示例#1
0
 static void InputThread()
 {
     while (true)
     {
         game.OnConsoleInput(Console.ReadKey().Key);
     }
 }