KF2-CustomTraderInventory/CTI/Classes/CTI_WeapDef_Rifle_FrostShotgunAxe.uc

13 lines
352 B
Ucode
Raw Normal View History

2023-05-12 23:33:32 +00:00
class CTI_WeapDef_Rifle_FrostShotgunAxe extends KFWeapDef_Rifle_FrostShotgunAxe
abstract;
2023-09-11 01:27:45 +00:00
static function String GetItemLocalization(String KeyName)
{
return class'KFGame.KFWeapDef_Rifle_FrostShotgunAxe'.static.GetItemLocalization(KeyName);
2023-09-11 01:27:45 +00:00
}
2023-05-12 23:33:32 +00:00
defaultproperties
{
2023-09-11 01:27:45 +00:00
SharedUnlockId = SCU_None
WeaponClassPath = "CTI.CTI_Weap_Rifle_FrostShotgunAxe"
}