예제 #1
0
파일: Tumble.cs 프로젝트: Musee30/Elobuddyy
 /// <summary>
 ///     Initializes a new instance of the <see cref="Tumble" /> class.
 /// </summary>
 public Tumble()
 {
     lastLaneclearTick = 0f;
     Provider          = new TumbleLogicProvider();
 }
예제 #2
0
파일: AutoR.cs 프로젝트: roaxtreil/EBRepo
 /// <summary>
 ///     Called when the module is loaded.
 /// </summary>
 public void OnLoad()
 {
     Provider = new TumbleLogicProvider();
     Obj_AI_Base.OnSpellCast += OnDoCast;
 }