KF2-MSK-GS/MSKGS/Classes/IMSKGS.uc
2022-08-17 16:48:10 +03:00

8 lines
287 B
Ucode

interface IMSKGS;
public function IncreaseXPBoost(KFPlayerController Booster);
public function int GetXPBoost();
public function bool GetXPNotifications();
public function E_LogLevel GetLogLevel();
public function class<KFPawn_Monster> PickProxyZed(class<KFPawn_Monster> MonsterClass);