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

18 lines
No EOL
328 B
Text

struct ObjectArtefact {
uchar isText;
if ( isText == 1 ) {
hstring text;
uchar isGuards;
if ( isGuards == 1 ) {
struct GuardTag {
ushort GuardID;
ushort GuardCount;
} Guards[7];
}
uchar junk[4];
}
};