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.Game.Users;
namespace osu.Game.Tournament.Models
{
/// <summary>
/// A team representation. For official tournaments this is generally a country.
/// </summary>
[Serializable]
public class TournamentTeam
{