namespace Shogi.Contracts.Types { public enum SocketAction { SessionCreated, SessionJoined, PieceMoved } }