mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
8 lines
173 B
C++
8 lines
173 B
C++
class S1203_TK_CIV_EP1: Car {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class S1203_ambulance_EP1: S1203_TK_CIV_EP1 {}; |