Files
Shogi/Gameboard.ShogiUI.Sockets.ServiceModels/Types/WhichPerspective.cs
2022-06-12 12:37:32 -05:00

9 lines
115 B
C#

namespace Gameboard.ShogiUI.Sockets.ServiceModels.Types
{
public enum WhichPlayer
{
Player1,
Player2
}
}