a3_vemf_reloaded/Exile.MapName/VEMFr_client/CfgFunctions.hpp
2016-04-06 18:04:51 +02:00

11 lines
200 B
C++

class VEMF_Reloaded
{
tag = "VEMFr";
class clientFunctions
{
file = "VEMFr_client\functions";
class handleMessage {};
class clientInit { postInit = 1; };
};
};