Table of Contents

Enum SpaceState

Namespace
WeiqiSharp.Core
Assembly
WeiqiSharp.Core.dll

Represents the state of a single space on the board, or the color of the player in a Move

public enum SpaceState

Fields

Black = 1
Empty = 0
White = 2