10 lines
133 B
C#
10 lines
133 B
C#
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Types
|
|
{
|
|
public enum WhichPerspective
|
|
{
|
|
Player1,
|
|
Player2,
|
|
Spectator
|
|
}
|
|
}
|