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