mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
13 lines
178 B
C++
13 lines
178 B
C++
class Tractor: Car {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
class Reflectors
|
|
{
|
|
class Left
|
|
{
|
|
angle = 120;
|
|
};
|
|
};
|
|
}; |