mirror of
https://github.com/maca134/ExileLootDrop.git
synced 2024-08-30 17:22:13 +00:00
11 lines
182 B
C++
11 lines
182 B
C++
|
class CfgPatches {
|
||
|
class ExileLootDrop {
|
||
|
requiredVersion = 0.1;
|
||
|
requiredAddons[] = {"exile_server"};
|
||
|
units[] = {};
|
||
|
weapons[] = {};
|
||
|
magazines[] = {};
|
||
|
ammo[] = {};
|
||
|
};
|
||
|
};
|