public SimpleAnimationGame() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; tank = new Tank(); }