public Highlander() { Properties = new ModProperties() { Autoload = true, AutoloadGores = true, AutoloadSounds = true }; Instance = this; RollTable.MakeTable(); AnimationHelper.dust = new List <FauxDust>(); FauxDust.mod = this; }
public static void MakeTable() { AbnormalRollTable = new RollTable(); }