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 {
2024-11-14 12:29:19 -05:00
return IsGameCrawled(flag, "steamrip")
2024-09-24 06:17:11 -04:00
}