pcgamedb/db/chovka.go

6 lines
93 B
Go
Raw Normal View History

2024-09-24 06:17:11 -04:00
package db
func IsChovkaCrawled(flag string) bool {
return IsGameCrawled(flag, "chovka")
}