Files
bl/logic/service/maps/Map_Ogre.go
2025-08-28 02:27:14 +00:00

12 lines
118 B
Go

package maps
type OgreInfo struct {
Data [9]OgrePetInfo
}
type OgrePetInfo struct {
Id uint32
Shiny uint32
}