mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add xmldoc and serialisable attributes
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user