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