Add xmldoc and serialisable attributes

This commit is contained in:
Dean Herbert
2019-06-18 15:00:33 +09:00
parent da20904a57
commit 6226889d1c
5 changed files with 23 additions and 0 deletions

View File

@ -8,6 +8,9 @@ using osu.Framework.Bindables;
namespace osu.Game.Tournament.Models
{
/// <summary>
/// A tournament round, containing many matches, generally executed in a short time period.
/// </summary>
[Serializable]
public class TournamentRound
{