9 lines
263 B
Go
9 lines
263 B
Go
package substructs
|
|
|
|
// ItemDescriptionGeneric Version 373
|
|
type ItemDescriptionGeneric struct {
|
|
InfoHeader WSExamineInfoHeader `eq2:"substruct"`
|
|
Info BaseItemDescriptionGeneric `eq2:"substruct"`
|
|
ItemType uint8 `eq2:"int8"`
|
|
}
|