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