コード例 #1
0
ファイル: Game1.cs プロジェクト: GabrielleHannahC/arkanoid
 internal void LostBall()
 {
     Player.Lives--;
     Ball.Reset(Player);
 }