mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
29 lines
623 B
C++
29 lines
623 B
C++
class JetSkiYanahui_Case;
|
|
|
|
class JetSkiYanahui_Case_Yellow : JetSkiYanahui_Case {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class JetSkiYanahui_Case_Green : JetSkiYanahui_Case {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class JetSkiYanahui_Case_Blue : JetSkiYanahui_Case {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
};
|
|
|
|
class JetSkiYanahui_Case_Red : JetSkiYanahui_Case {
|
|
crew = "";
|
|
typicalCargo[] = {};
|
|
class TransportMagazines {};
|
|
class TransportWeapons {};
|
|
}; |