private static void LookAround(string _)
 {
     OutputHelpers.LookAround();
     IO.GetTextInput();
 }
Esempio n. 2
0
 public void Handle()
 {
     Game.CurrentScene = this;
     IO.Write($">> You are now in {this.Name}. You look around and see:");
     OutputHelpers.LookAround();
 }