Skip to content

Instantly share code, notes, and snippets.

@tunatoksoz
Created October 5, 2009 15:43
Show Gist options
  • Select an option

  • Save tunatoksoz/202197 to your computer and use it in GitHub Desktop.

Select an option

Save tunatoksoz/202197 to your computer and use it in GitHub Desktop.
Component.For<IEnvironment>()
.ImplementedBy<BasicEnvironment>()
.OnCreate((kernel, component,GraphicsDeviceManager gman) =>
{
var benvironment = (BasicEnvironment)component;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment