예제 #1
0
 public Aim(Player player, Hud hud)
 {
     this.player = player;
     this.hud = hud;
 }
예제 #2
0
 public GameScene(GraphicsDeviceManager gdm, MainGame game)
     : base(gdm, game)
 {
     this.world = new SimulationWorld(input);
     this.hud = new Hud(camera, hudCamera, input, world);
 }