Exemplo n.º 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="Tumble" /> class.
 /// </summary>
 public Tumble()
 {
     lastLaneclearTick = 0f;
     Provider          = new TumbleLogicProvider();
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Called when the module is loaded.
 /// </summary>
 public void OnLoad()
 {
     Provider = new TumbleLogicProvider();
     Obj_AI_Base.OnSpellCast += OnDoCast;
 }