pcgamedb/model/steam250.go
2024-09-24 18:17:11 +08:00

7 lines
73 B
Go

package model
type Steam250Item struct {
Name string
SteamID int
}