KF2-MSK-GS/MSKGS/Classes/IMSKGS.uc

8 lines
287 B
Ucode
Raw Permalink Normal View History

2022-08-16 23:07:11 +00:00
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);