10 lines
128 B
C#
10 lines
128 B
C#
namespace Shogi.Contracts.Types
|
|
{
|
|
public enum SocketAction
|
|
{
|
|
SessionCreated,
|
|
SessionJoined,
|
|
PieceMoved
|
|
}
|
|
}
|