pcgamedb/model/steam250.go

7 lines
73 B
Go
Raw Permalink Normal View History

2024-09-24 06:17:11 -04:00
package model
type Steam250Item struct {
Name string
SteamID int
}