pcgamedb/db/steamrip.go

6 lines
97 B
Go
Raw Normal View History

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