squash a bunch of commits
This commit is contained in:
10
Shogi.Contracts/Api/Queries/ReadAllSessionsResponse.cs
Normal file
10
Shogi.Contracts/Api/Queries/ReadAllSessionsResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Shogi.Contracts.Types;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Shogi.Contracts.Api;
|
||||
|
||||
public class ReadAllSessionsResponse
|
||||
{
|
||||
public IList<SessionMetadata> PlayerHasJoinedSessions { get; set; }
|
||||
public IList<SessionMetadata> AllOtherSessions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user