Files
braf/braf_weapons_machine_guns/RscInGameUI.hpp

13 lines
267 B
C++

class RscInGameUI
{
class RscWeaponZeroing;
class sp_minimi_animation: RscWeaponZeroing
{
onLoad = "_this call Spearpoint_fnc_minimiweaponrested;";
};
class sp_gpmg_animation: RscWeaponZeroing
{
onLoad = "_this call Spearpoint_fnc_gpmgweaponrested;";
};
};