Files
bl/logic/service/maps/Map_Ogre.go

12 lines
155 B
Go
Raw Normal View History

package maps
type OgreInfo struct {
Data [9]OgrePetInfo
}
type OgrePetInfo struct {
Id uint32
Shiny uint32
Lv uint32 `struc:"skip"` //等级
}