mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
11 lines
209 B
C++
11 lines
209 B
C++
class MMT_Civ: MMT_base {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
class UserActions
|
|
{
|
|
class Repair {ACTION_REPAIR; radius = 4;};
|
|
delete Salvage;
|
|
};
|
|
}; |