Exemplo n.º 1
0
 public CreateSpell(ISpellSprite spell, Display.Screen.EffectPriority priority)
 {
     this.spell = spell;
     this.priority = priority;
 }
Exemplo n.º 2
0
 public CreateSpell(ISpellSprite spell, Display.Screen.EffectPriority priority)
 {
     this.spell    = spell;
     this.priority = priority;
 }