示例#1
0
 private void describeSituation()
 {
     Console.WriteLine("{0}\n{1}\n{2}",
                       theFSM.CurrentState.GetDescription(),
                       theFSM.GetExitsDescription(),
                       thePlayer.GetThings());
 }