KF2-CustomTraderInventory/CTI/Classes/CTI_WeapDef_MG3.uc

14 lines
285 B
Ucode
Raw Normal View History

2023-09-25 22:52:14 +00:00
class CTI_WeapDef_MG3 extends KFWeapDef_MG3
abstract;
static function String GetItemLocalization(String KeyName)
{
return class'KFGame.KFWeapDef_MG3'.static.GetItemLocalization(KeyName);
}
defaultproperties
{
SharedUnlockId = SCU_None
WeaponClassPath = "CTI.CTI_Weap_LMG_MG3"
}