mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Remove create marker function. Add Remove marker
This commit is contained in:
parent
a5319499ba
commit
ecd09836e0
@ -34,6 +34,8 @@ class CfgClientFunctions
|
|||||||
class onEachFrame {};
|
class onEachFrame {};
|
||||||
class callSapperMigration {};
|
class callSapperMigration {};
|
||||||
class zombieSpawn {};
|
class zombieSpawn {};
|
||||||
|
class makeMarker {};
|
||||||
|
class removeMarker {};
|
||||||
};
|
};
|
||||||
|
|
||||||
class building
|
class building
|
||||||
@ -119,7 +121,6 @@ class CfgClientFunctions
|
|||||||
class fnc_playerDeathMorph {};
|
class fnc_playerDeathMorph {};
|
||||||
class fnc_playerSetVariable {};
|
class fnc_playerSetVariable {};
|
||||||
class fnc_playerAttachToAntagonist {};
|
class fnc_playerAttachToAntagonist {};
|
||||||
class fnc_createMarker {};
|
|
||||||
class fnc_dynamicFSM {};
|
class fnc_dynamicFSM {};
|
||||||
class fnc_vectorDivide {};
|
class fnc_vectorDivide {};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user