示例#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;
 }