コード例 #1
0
ファイル: Player.cs プロジェクト: windywyll/YsFigGame
 private void castSpellHeal(Heal castSpell)
 {
     castSpell.applySpell(this);
 }