コード例 #1
0
ファイル: Mario.cs プロジェクト: Sway623/Mario-3902
 public void ThrowFireball()
 {
     state.ThrowFireball();
 }