LobbyServer/LobbyServerDto/LobbiesStopObserve.cs

10 lines
206 B
C#

namespace LobbyServerDto
{
/// <summary>
/// Stop observing and receiving updates on the lobby list
/// </summary>
[LobbyMessage]
public partial class LobbiesStopObserve
{
}
}