public GameRoot() { Instance = this; _graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; _sonic = new Sonic(); _sonicDrawer = new SonicDrawer(_sonic); }