fheroes3/h3c_and_h3m_formats/Heroes3/object/scientist.bt
2014-06-21 14:50:18 +02:00

9 lines
No EOL
195 B
Text

struct ObjectScientist {
uchar bonus_type; // FF - Random
union {
uint32 primaryID;
uint32 secondaryID;
uint32 spellID;
} bonus;
uchar junk2[3];
};