コード例 #1
0
ファイル: CreateAnim.cs プロジェクト: rsilvanet/PMD-Toolkit
 public CreateAnim(ISprite anim, Screen.EffectPriority priority)
 {
     this.anim     = anim;
     this.priority = priority;
 }
コード例 #2
0
 public CreateSpell(ISpellSprite spell, Screen.EffectPriority priority)
 {
     this.spell    = spell;
     this.priority = priority;
 }