You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
328 B
Plaintext

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];
}
};