Remove participating, add pot to Player
parent
bce32ed6a3
commit
b72c48f705
|
|
@ -1,13 +1,13 @@
|
||||||
package entity
|
package entity
|
||||||
|
|
||||||
type Player struct {
|
type Player struct {
|
||||||
ID string
|
ID string
|
||||||
Name string
|
Name string
|
||||||
Card Card
|
Card Card
|
||||||
Balance Currency
|
Balance Currency
|
||||||
Active bool
|
Pot Currency
|
||||||
Participating bool
|
Active bool
|
||||||
Checked bool
|
Checked bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p Player) Empty() bool {
|
func (p Player) Empty() bool {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue