Game seems to work
This commit is contained in:
@@ -28,7 +28,7 @@ public class Player
|
||||
return Hand.FirstOrDefault(handCard => handCard.IsSameCard(card));
|
||||
}
|
||||
|
||||
public bool IsMe(string playerId) => Connection.Id == playerId;
|
||||
public bool IsMe(Guid playerId) => Connection.Id == playerId;
|
||||
|
||||
public bool CanPlayCard(Card currentCard)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user