KF2-CustomTraderInventory/CTI/Classes/CTI_WeapDef_ZedMKIII.uc

13 lines
300 B
Ucode
Raw Normal View History

2023-05-13 02:33:32 +03:00
class CTI_WeapDef_ZedMKIII extends KFWeapDef_ZedMKIII
abstract;
2023-09-11 04:27:45 +03:00
static function String GetItemLocalization(String KeyName)
{
return class'KFGame.KFWeapDef_ZedMKIII'.static.GetItemLocalization(KeyName);
2023-09-11 04:27:45 +03:00
}
2023-05-13 02:33:32 +03:00
defaultproperties
{
2023-09-11 04:27:45 +03:00
SharedUnlockId = SCU_None
WeaponClassPath = "CTI.CTI_Weap_ZedMKIII"
2022-11-28 01:00:44 +03:00
}