private static void OnBlankSave(object sender, EventArgs args) { Magic.PlaceAltar(Mod.Config.AltarLocation, Mod.Config.AltarX, Mod.Config.AltarY, 54 * 4); }
/// <summary>Get a self-updating cached view of the player's magic metadata.</summary> public static SpellBook GetSpellBook(this Farmer player) { return(Magic.GetSpellBook(player)); }