Feat: components chain

This commit is contained in:
Grail Finder
2025-05-03 09:18:05 +03:00
parent 8b68aee884
commit 5cf1f1199e
7 changed files with 73 additions and 50 deletions

View File

@ -62,6 +62,7 @@ type RoomPublic struct {
BlueMime string
RedGuessers []string
BlueGuessers []string
Cards []WordCard
}
func (r Room) ToPublic() RoomPublic {