Example #1
0
 public Game(Rectangle boundaries)
 {
     this.boundaries = boundaries;
     player = new Player(this, new Point(boundaries.Left + 30, boundaries.Top + 70));
 }