mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Partial revert of: 3aad4b6
Unfortunately this will not support loading external vehicle addons
(with custom UserActions) which we can not include in Epoch. Child
UserActions overwrite inherited UserActions.
11 lines
213 B
C++
11 lines
213 B
C++
class MMT_Civ: MMT_base {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
/*class UserActions
|
|
{
|
|
class Repair {ACTION_REPAIR; radius = 4;};
|
|
delete Salvage;
|
|
};*/
|
|
}; |