Example #1
0
        public static bool Prefix(Player __instance, int index)
        {
            var item = SpellsBar.GetSpellHotKeyItem(__instance, index - 1, true);

            return(item == null);
        }