public static void StartGame() { Player.GetCurrentRoom().Describe(); TextBuffer.Display(); }
public void ShowTitle() { TextBuffer.Add(this.title); }