Saving snapshots
This commit is contained in:
7
Shogi.Api/Repositories/Dto/SessionState/WhichPlayer.cs
Normal file
7
Shogi.Api/Repositories/Dto/SessionState/WhichPlayer.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Shogi.Api.Repositories.Dto.SessionState;
|
||||
|
||||
public enum WhichPlayer
|
||||
{
|
||||
Player1,
|
||||
Player2
|
||||
}
|
||||
Reference in New Issue
Block a user