Remove participating, add pot to Player
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package entity
|
||||
|
||||
type Player struct {
|
||||
ID string
|
||||
Name string
|
||||
Card Card
|
||||
Balance Currency
|
||||
Active bool
|
||||
Participating bool
|
||||
Checked bool
|
||||
ID string
|
||||
Name string
|
||||
Card Card
|
||||
Balance Currency
|
||||
Pot Currency
|
||||
Active bool
|
||||
Checked bool
|
||||
}
|
||||
|
||||
func (p Player) Empty() bool {
|
||||
|
||||
Reference in New Issue
Block a user