yep
This commit is contained in:
@@ -12,6 +12,6 @@ public interface IShogiApi
|
||||
Task<CreateTokenResponse?> GetToken(WhichAccountPlatform whichAccountPlatform);
|
||||
Task GuestLogout();
|
||||
Task Move(string sessionName, MovePieceCommand move);
|
||||
Task<HttpStatusCode> PatchJoinGame(string name);
|
||||
Task<HttpResponseMessage> PatchJoinGame(string name);
|
||||
Task<HttpStatusCode> PostSession(string name, bool isPrivate);
|
||||
}
|
||||
Reference in New Issue
Block a user