mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Ryans Support
New compiles
This commit is contained in:
parent
8de35419c1
commit
4270d5b2c1
@ -33,6 +33,7 @@ class CfgClientFunctions
|
|||||||
class antiWall {};
|
class antiWall {};
|
||||||
class onEachFrame {};
|
class onEachFrame {};
|
||||||
class callSapperMigration {};
|
class callSapperMigration {};
|
||||||
|
class zombieSpawn {};
|
||||||
};
|
};
|
||||||
|
|
||||||
class building
|
class building
|
||||||
@ -119,6 +120,8 @@ class CfgClientFunctions
|
|||||||
class fnc_playerSetVariable {};
|
class fnc_playerSetVariable {};
|
||||||
class fnc_playerAttachToAntagonist {};
|
class fnc_playerAttachToAntagonist {};
|
||||||
class fnc_createMarker {};
|
class fnc_createMarker {};
|
||||||
|
class fnc_dynamicFSM {};
|
||||||
|
class fnc_vectorDivide {};
|
||||||
};
|
};
|
||||||
class environment
|
class environment
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user