mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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.
23 lines
470 B
C++
23 lines
470 B
C++
class Old_bike_TK_CIV_EP1: Old_bike_base_EP1 {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
/*class UserActions
|
|
{
|
|
class Repair {ACTION_REPAIR; radius = 4;};
|
|
delete Salvage;
|
|
};*/
|
|
};
|
|
|
|
class Old_bike_TK_INS_EP1: Old_bike_base_EP1 {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
/*class UserActions
|
|
{
|
|
class Repair {ACTION_REPAIR; radius = 4;};
|
|
delete Salvage;
|
|
};*/
|
|
}; |