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