Enha: remove marks

This commit is contained in:
Grail Finder
2025-07-05 10:16:17 +03:00
parent 413edae4b6
commit eef4b7941b
8 changed files with 51 additions and 20 deletions

View File

@ -128,8 +128,6 @@ type BotPlayer struct {
type CardMark struct {
CardID uint32 `db:"card_id"`
Username string `db:"username"`
MarkType string `db:"mark_type"`
Active bool `db:"active"`
}
type Room struct {