Exemplo n.º 1
0
 public SimpleAnimationGame()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     tank = new Tank();
 }