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