feat: add cards templete

This commit is contained in:
2026-06-24 10:47:54 +03:30
parent 60494946d6
commit b1c7bfdd06
124 changed files with 422 additions and 30 deletions
+3 -1
View File
@@ -456,6 +456,7 @@ func (s *recordingSettler) AwardWinner(int64, string) {
s.awards++
s.mu.Unlock()
}
func (s *recordingSettler) AwardRank(int64, string, bool) {}
func (s *recordingSettler) RecordGame(string, string, int, bool) {
s.mu.Lock()
s.records++
@@ -478,7 +479,8 @@ func (s *recordingSettler) RecordGameResult(int64, bool) {
s.mu.Unlock()
}
func (s *recordingSettler) ChargePrivateTable(int64) error { return nil }
func (s *recordingSettler) PlayerProfile(int64) (int64, string) { return 0, "" }
func (s *recordingSettler) ChargePrivateTable(int64) error { return nil }
func (s *recordingSettler) PrivateTableInfo(int64) (int, bool) { return 5, false }
// برای سرعتِ تست، بازی پس از ۲ هَند تمام می‌شود.