Added the ability to choose your cardtype when playing a jack or the newly added joker
This commit is contained in:
8
Mau/PlayerState.cs
Normal file
8
Mau/PlayerState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MauMau_Server.Mau;
|
||||
|
||||
public enum PlayerState
|
||||
{
|
||||
TURN,
|
||||
CHOOSE,
|
||||
WAIT
|
||||
}
|
||||
Reference in New Issue
Block a user