Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Boat/JetSkiYanahui.hpp
A Man e36e3cc429 Localize vehicle names
This commit also removes the displaynameshort. We do not need it any longer.
2019-11-18 19:02:02 +01:00

33 lines
793 B
C++

class JetSkiYanahui_Case;
class JetSkiYanahui_Case_Yellow : JetSkiYanahui_Case {
displayName = $STR_VEH_NAME_JETSKI_YELLOW;
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class JetSkiYanahui_Case_Green : JetSkiYanahui_Case {
displayName = $STR_VEH_NAME_JETSKI_GREEN;
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class JetSkiYanahui_Case_Blue : JetSkiYanahui_Case {
displayName = $STR_VEH_NAME_JETSKI_BLUE;
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class JetSkiYanahui_Case_Red : JetSkiYanahui_Case {
displayName = $STR_VEH_NAME_JETSKI_RED;
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};