Пример #1
0
        public Highlander()
        {
            Properties = new ModProperties()
            {
                Autoload       = true,
                AutoloadGores  = true,
                AutoloadSounds = true
            };

            Instance = this;
            RollTable.MakeTable();
            AnimationHelper.dust = new List <FauxDust>();
            FauxDust.mod         = this;
        }
Пример #2
0
 public static void MakeTable()
 {
     AbnormalRollTable = new RollTable();
 }