예제 #1
0
파일: Program.cs 프로젝트: kroltan/SmallTK
 public static void Main(string[] args)
 {
     using (var start = new TestGame()) {
         start.Run(60.0, 60.0);
     }
 }
예제 #2
0
파일: Program.cs 프로젝트: kroltan/SmallTK
 public static void Main(string[] args)
 {
     using (var start = new TestGame()) {
         start.Run(60.0, 60.0);
     }
 }