Add xmldoc

This commit is contained in:
Bartłomiej Dach
2020-06-13 16:20:59 +02:00
parent 5dd47bf393
commit 2cadab8d29
2 changed files with 16 additions and 0 deletions

View File

@ -14,8 +14,14 @@ namespace osu.Game.Tournament.Models
[Serializable]
public class StableInfo
{
/// <summary>
/// Path to the IPC directory used by the stable (cutting-edge) install.
/// </summary>
public string StablePath { get; set; }
/// <summary>
/// Fired whenever stable info is successfully saved to file.
/// </summary>
public event Action OnStableInfoSaved;
private const string config_path = "tournament/stable.json";