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