- ff14bot.Managers.DataManager.GetSpellData(String)
- ff14bot.Managers.DataManager.GetSpellData(uint)
- ff14bot.Managers.GameObjectManager.LocalPlayer
- ff14bot.Managers.Actionmanager.CurrentActions => LocalizedDictionary<UInt32, SpellData> foreach (var skill in ff14bot.Managers.Actionmanager.CurrentActions) { Console.WriteLine(skill.Value.Id + "==>" + skill.Value.Name); }