public static void Init() { Game.Print("<font color = '#b756c5' size = '25' >VayBu Loaded Good Luck</font>"); Cache.Load(); LoadMenu(); LoadSpells(); LoadLogic(); ShowNotifications(); SkinHack.Load(); }
public static void Init() { if (ObjectManager.Player.BaseSkinName == "Vayne") { MyUtils.Cache.Load(); LoadMenu(); LoadSpells(); LoadLogic(); ShowNotifications(); SkinHack.Load(); } }
public static void Init() { if (ObjectManager.Player.CharacterName == "Vayne") { Cache.Load(); LoadMenu(); LoadSpells(); LoadLogic(); ShowNotifications(); SkinHack.Load(); } }
public static void Init() { CustomEvents.Game.OnGameLoad += args => { if (ObjectManager.Player.CharData.BaseSkinName == "Vayne") { MyUtils.Cache.Load(); LoadMenu(); LoadSpells(); LoadLogic(); ShowNotifications(); SkinHack.Load(); } }; }