squash a bunch of commits
This commit is contained in:
9
Shogi.Contracts/Types/SocketAction.cs
Normal file
9
Shogi.Contracts/Types/SocketAction.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Shogi.Contracts.Types
|
||||
{
|
||||
public enum SocketAction
|
||||
{
|
||||
SessionCreated,
|
||||
SessionJoined,
|
||||
PieceMoved
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user