예제 #1
0
 public CreateSpell(ISpellSprite spell, Display.Screen.EffectPriority priority)
 {
     this.spell = spell;
     this.priority = priority;
 }
예제 #2
0
 public CreateAnim(ISprite anim, Display.Screen.EffectPriority priority)
 {
     this.anim = anim;
     this.priority = priority;
 }
예제 #3
0
 public CreateSpell(ISpellSprite spell, Display.Screen.EffectPriority priority)
 {
     this.spell    = spell;
     this.priority = priority;
 }
예제 #4
0
 public CreateAnim(ISprite anim, Display.Screen.EffectPriority priority)
 {
     this.anim     = anim;
     this.priority = priority;
 }