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