Пример #1
0
 /// <summary>
 /// Called when the module is loaded.
 /// </summary>
 public void OnLoad()
 {
     Provider = new TumbleLogicProvider();
     Obj_AI_Base.OnDoCast += OnDoCast;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Tumble"/> class.
 /// </summary>
 public Tumble()
 {
     this.lastLaneclearTick = 0f;
     Provider = new TumbleLogicProvider();
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Tumble"/> class.
 /// </summary>
 public Tumble()
 {
     this.lastLaneclearTick = 0f;
     Provider = new TumbleLogicProvider();
 }