feat: add reshuffle

This commit is contained in:
2026-06-24 21:01:21 +03:30
parent b1c7bfdd06
commit 27c20b1d34
6 changed files with 42 additions and 1 deletions
+1
View File
@@ -480,6 +480,7 @@ func (s *recordingSettler) RecordGameResult(int64, bool) {
}
func (s *recordingSettler) PlayerProfile(int64) (int64, string) { return 0, "" }
func (s *recordingSettler) ChargeTicket(int64) error { return nil }
func (s *recordingSettler) ChargePrivateTable(int64) error { return nil }
func (s *recordingSettler) PrivateTableInfo(int64) (int, bool) { return 5, false }