예제 #1
0
파일: Program.cs 프로젝트: chaipokoi/Ocalm
		static void Main ()
		{
			game = new Core ();
			game.Run ();
		}
예제 #2
0
파일: Program.cs 프로젝트: chaipokoi/Ocalm
 static void Main()
 {
     using (var game = new Core())
         game.Run();
 }