Remove participating, add pot to Player
parent
bce32ed6a3
commit
b72c48f705
|
|
@ -5,8 +5,8 @@ type Player struct {
|
||||||
Name string
|
Name string
|
||||||
Card Card
|
Card Card
|
||||||
Balance Currency
|
Balance Currency
|
||||||
|
Pot Currency
|
||||||
Active bool
|
Active bool
|
||||||
Participating bool
|
|
||||||
Checked bool
|
Checked bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue