示例#1
0
 public void Execute()
 {
     player.ReadInput();
     player.Move();
     Thread.Sleep(75);
 }