Added the ability to choose your cardtype when playing a jack or the newly added joker
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using System.Net.WebSockets;
|
||||
using MauMau_Server.Websockets;
|
||||
using MauMau_Server.Websockets;
|
||||
|
||||
namespace MauMau_Server.Mau;
|
||||
|
||||
public class Player
|
||||
{
|
||||
public ConnectionInstance Connection { get; set; }
|
||||
public PlayerState State { get; set; } = PlayerState.WAIT;
|
||||
public List<Card> Hand { get; set; } = new();
|
||||
|
||||
public Player(ConnectionInstance connection)
|
||||
|
||||
Reference in New Issue
Block a user