Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 2
0
 public static void updateClasses()
 {
     BerserkerTrait.update();
 }
Ejemplo n.º 3
0
 public static void Reset()
 {
     BerserkerTrait.Reset();
 }