public static void Main(string[] args) { using (var bootstrapper = new GameEngineBootstrapper()) { bootstrapper.Register(Register); bootstrapper.Run <GameScreen>(); } }
public static void Main(string[] args) { using (var bootstrapper = new GameEngineBootstrapper()) { bootstrapper.Register(Register); bootstrapper.Run<GameScreen>(); } }