5 lines
94 B
Text
5 lines
94 B
Text
|
struct ObjectResource {
|
||
|
ObjectArtefact res;
|
||
|
uint32 quantity;
|
||
|
uchar junk[4];
|
||
|
};
|