public void Awake() { patcher = new RoguePatcher(this, GetType()); this.PatchPrefix(typeof(ObjectMult), "RpcSetString", GetType(), "RpcSetString_patch"); this.PatchPrefix(typeof(ObjectMult), "CmdSetString", GetType(), "CmdSetString_patch"); this.PatchPrefix(typeof(ObjectMult), "RpcSendChatAnnouncement", GetType(), "RpcSendChatAnnouncement_patch"); redModMain = this; SaitamaPunch.LoadSkill(); RandomAbility.LoadSkill(); //Buff.LoadSkill(); Neuralyzer.LoadSkill(); BerserkerTrait.loadTrait(); }
public static void updateClasses() { BerserkerTrait.update(); }
public static void Reset() { BerserkerTrait.Reset(); }