18 lines
No EOL
328 B
Text
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];
|
|
}
|
|
}; |