Example #1
0
        public static void ShowSpellNotification(Spell spell, int initialVocation, string comm)
        {
            SpellForm f = new SpellForm(spell, initialVocation);

            ShowNotification(f, comm);
        }
        public static void ShowSpellNotification(Spell spell, int initialVocation, string comm)
        {
            SpellForm f = new SpellForm(spell, initialVocation);

            ShowNotification(f, comm);
        }