//private List<GameObj> gameObjects; public Game1() { _graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; IsMouseVisible = true; textureHandler = new TextureHandler(); }
public GameOverlay(TextureHandler textureHandler) { this.textureHandler = textureHandler; }