mirror of
https://github.com/Ignatz-HeMan/Ignatz_Tools.git
synced 2024-08-30 16:12:11 +00:00
29 lines
195 B
C++
29 lines
195 B
C++
|
class CfgRemoteExec
|
||
|
{
|
||
|
class Functions
|
||
|
{
|
||
|
...
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
class Ignatz_Server_CraftBike
|
||
|
{
|
||
|
allowedTargets=2;
|
||
|
jip = 0;
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
...
|
||
|
};
|
||
|
...
|
||
|
};
|