Skip to content

Commit

Permalink
Milestone 4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertOstermann committed Oct 5, 2019
1 parent 3fdd71c commit 03b74ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Menu/Menu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ public List<CretaceousCombo> AvailableCombos
return items;
}
}

/// <summary>
/// Displays the full menu contents.
/// </summary>
/// <returns>Menu contents seperated by new line.</returns>
public override string ToString()
{
StringBuilder sb = new StringBuilder();
Expand Down

0 comments on commit 03b74ee

Please sign in to comment.