Task Mission System Update

Missed a file.
This commit is contained in:
Andrew Gregory 2016-05-31 16:35:25 +01:00
parent 30edcfb449
commit 63b4cde01b

View File

@ -32,6 +32,7 @@ class CfgClientFunctions
class unitSpawn {};
class antiWall {};
class onEachFrame {};
class callSapperMigration {};
};
class building
@ -117,6 +118,7 @@ class CfgClientFunctions
class fnc_playerDeathMorph {};
class fnc_playerSetVariable {};
class fnc_playerAttachToAntagonist {};
class fnc_createMarker {};
};
class environment
{