Esempio n. 1
0
 public void OnInit()
 {
     Init = delegate { };
     AbilityDatabase.Setup();
     AddonMenus.Setup();
     StealthPrediction.Setup();
     HideNames.Setup();
     ActiveSkills.Setup();
     ObjectTracker.Setup();
     MenuEvents.Setup();
     DebugHelper.Setup();
     BuffTracker.Setup();
     Game.OnPreUpdate += Game_OnPreUpdate;
     DelayAction(Init.Invoke, 0.5f);
 }