feat: add private and profile
This commit is contained in:
@@ -31,9 +31,10 @@ type Client struct {
|
||||
closeOnce sync.Once
|
||||
|
||||
// توسط goroutine هاب ست میشوند (تکنویسنده) و فقط توسط آن خوانده میشوند.
|
||||
room *Room
|
||||
seat int
|
||||
tier string // نوع میزی که در صفش است (برای تسویه)
|
||||
room *Room
|
||||
seat int
|
||||
tier string // نوع میزی که در صفش است (برای تسویه)
|
||||
tableCode string // کدِ میز خصوصیِ در انتظار (پیش از شروع بازی)
|
||||
}
|
||||
|
||||
// close اتصال را یکبار بهصورت امن میبندد.
|
||||
|
||||
Reference in New Issue
Block a user