KF2-CustomTraderInventory/CTI/Classes/CTI_WeapDef_Zweihander.uc

13 lines
314 B
Ucode

class CTI_WeapDef_Zweihander extends KFWeapDef_Zweihander
abstract;
static function String GetItemLocalization(String KeyName)
{
return class'KFGame.KFWeapDef_Zweihander'.static.GetItemLocalization(KeyName);
}
defaultproperties
{
SharedUnlockId = SCU_None
WeaponClassPath = "CTI.CTI_Weap_Edged_Zweihander"
}