8 lines
287 B
Ucode
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);
|