13 lines
267 B
C++
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;";
|
|
};
|
|
};
|