예제 #1
0
 static void Main(string[] args)
 {
     PacManController.RunGame();
 }
예제 #2
0
파일: Program.cs 프로젝트: adsieg01/PacMan
 static void Main(string[] args)
 {
     //Call the start method in the controller
     PacManController.Start();
 }