Remove participating, add pot to Player

This commit is contained in:
Bel LaPointe
2021-03-13 23:44:35 -06:00
parent bce32ed6a3
commit b72c48f705

View File

@@ -5,8 +5,8 @@ type Player struct {
Name string
Card Card
Balance Currency
Pot Currency
Active bool
Participating bool
Checked bool
}