mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
13 lines
284 B
C++
13 lines
284 B
C++
class Old_bike_TK_CIV_EP1: Old_bike_base_EP1 {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class Old_bike_TK_INS_EP1: Old_bike_base_EP1 {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
}; |