mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
24 lines
497 B
C++
24 lines
497 B
C++
class MtvrRefuel_DES_EP1;
|
|
class MtvrRefuel_DES_EP1_DZ: MtvrRefuel_DES_EP1 {
|
|
scope = 2;
|
|
side = 2;
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
hiddenSelections[] = {};
|
|
class TransportMagazines{};
|
|
class TransportWeapons{};
|
|
transportFuel = 0;
|
|
fuelCapacity = 10000;
|
|
};
|
|
class MtvrRefuel;
|
|
class MtvrRefuel_DZ: MtvrRefuel {
|
|
scope = 2;
|
|
side = 2;
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
hiddenSelections[] = {};
|
|
class TransportMagazines{};
|
|
class TransportWeapons{};
|
|
transportFuel = 0;
|
|
fuelCapacity = 10000;
|
|
}; |