KF2-CustomTraderInventory/CTI/Classes/CTI_WeapDef_GravityImploder.uc
GenZmeY 48d9e1c60e v1.4.0
- added WeaponClass check at config loading stage;
- added DLC unlock without replacing KFGFxMoviePlayer_Manager;
- redesigned UnlockDLC - now it is flexibly configured;
- updated logger and some messages in the log;
- added parameter bOfficialWeaponsList allowing you;
  to have an up-to-date list of all official weapons in the config;
- optimized weapon preload: official weapon models are skipped now.
2022-07-18 20:27:51 +03:00

7 lines
134 B
Ucode

class CTI_WeapDef_GravityImploder extends KFWeapDef_GravityImploder
abstract;
defaultproperties
{
SharedUnlockId = SCU_None
}