示例#1
0
        public static void Load()
        {
            CreatureEffects.LoadFromAssembly();
            SpellEffects.LoadFromAssembly();
            CardEffects.LoadFromAssembly();

            Spells    = DataLoader.LoadSpells();
            Creatures = DataLoader.LoadCreatures();
            Cards     = DataLoader.LoadCards();
        }