9 lines
100 B
C#
9 lines
100 B
C#
namespace Gameboard.ShogiUI.Rules
|
|
{
|
|
public enum WhichPlayer
|
|
{
|
|
Player1,
|
|
Player2
|
|
}
|
|
}
|