Beispiel #1
0
 public Player(PlayerIndex playerIdx)
 {
     PlayerIdx = playerIdx;
     Paddle    = new Paddle(PlayerIdx);
     //Paddle.Animation.DrawColor = PlayerColors[PlayerIdx];
 }
Beispiel #2
0
 public void Draw()
 {
     Paddle.Draw();
 }