Remove participating, add pot to Player
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user