Ejemplo n.º 1
0
        public static void ShowSpellNotification(Spell spell, int initialVocation, string comm)
        {
            SpellForm f = new SpellForm(spell, initialVocation);

            ShowNotification(f, comm);
        }
Ejemplo n.º 2
0
        public static void ShowSpellNotification(Spell spell, int initialVocation, string comm)
        {
            SpellForm f = new SpellForm(spell, initialVocation);

            ShowNotification(f, comm);
        }