Esempio n. 1
0
 public CreateAnim(ISprite anim, Screen.EffectPriority priority)
 {
     this.anim     = anim;
     this.priority = priority;
 }
Esempio n. 2
0
 public CreateSpell(ISpellSprite spell, Screen.EffectPriority priority)
 {
     this.spell    = spell;
     this.priority = priority;
 }