Files
Shogi/Gameboard.ShogiUI.Sockets.ServiceModels/Types/WhichPerspective.cs
2021-11-21 10:07:35 -06:00

10 lines
133 B
C#

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