KF2-CustomTraderInventory/CTI/Classes/CTI_WeapDef_Shotgun_S12.uc

13 lines
312 B
Ucode
Raw Permalink Normal View History

2023-05-13 00:01:06 +00:00
class CTI_WeapDef_Shotgun_S12 extends KFWeapDef_Shotgun_S12
abstract;
2023-09-11 01:27:45 +00:00
static function String GetItemLocalization(String KeyName)
{
return class'KFGame.KFWeapDef_Shotgun_S12'.static.GetItemLocalization(KeyName);
2023-09-11 01:27:45 +00:00
}
2023-05-13 00:01:06 +00:00
defaultproperties
{
2023-09-11 01:27:45 +00:00
SharedUnlockId = SCU_None
WeaponClassPath = "CTI.CTI_Weap_Shotgun_S12"
2023-05-13 00:01:06 +00:00
}