Exemplo n.º 1
0
 /// <summary>
 ///     Creates Shroom Tables and Calls Events.
 /// </summary>
 public static void Initialize()
 {
     shroomTables = new ShroomTables();
     Game.OnTick += Game_OnTick;
     Obj_AI_Base.OnProcessSpellCast += Obj_AI_Base_OnProcessSpellCast;
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Creates Shroom Tables and Calls Events.
 /// </summary>
 public static void Initialize()
 {
     shroomTables = new ShroomTables();
     Game.OnTick += Game_OnTick;
     Obj_AI_Base.OnProcessSpellCast += Obj_AI_Base_OnProcessSpellCast;
 }