상속: Squared.Render.MultithreadedGame
예제 #1
0
 static void Main(string[] args)
 {
     using (RenderPrecisionTestGame game = new RenderPrecisionTestGame()) {
         game.Run();
     }
 }
예제 #2
0
파일: Program.cs 프로젝트: pakoito/Fracture
 static void Main(string[] args)
 {
     using (RenderPrecisionTestGame game = new RenderPrecisionTestGame()) {
         game.Run();
     }
 }