mirror of https://github.com/AxioDL/metaforce.git
UniqueID128 disassociation
This commit is contained in:
parent
f9a067b9e7
commit
74ce228060
|
@ -72,7 +72,12 @@ struct MLVL : BigYAML
|
||||||
Vector<String<-1>, DNA_COUNT(layerNameCount)> layerNames;
|
Vector<String<-1>, DNA_COUNT(layerNameCount)> layerNames;
|
||||||
|
|
||||||
Value<atUint32> layerIDCount;
|
Value<atUint32> layerIDCount;
|
||||||
Vector<UniqueID128, DNA_COUNT(layerIDCount)> layerIDs;
|
struct LayerID : BigYAML
|
||||||
|
{
|
||||||
|
DECL_YAML
|
||||||
|
Value<atUint64> id[2];
|
||||||
|
};
|
||||||
|
Vector<LayerID, DNA_COUNT(layerIDCount)> layerIDs;
|
||||||
|
|
||||||
Value<atUint32> layerNameOffsetCount;
|
Value<atUint32> layerNameOffsetCount;
|
||||||
Vector<atUint32, DNA_COUNT(layerNameOffsetCount)> layerNameOffsets;
|
Vector<atUint32, DNA_COUNT(layerNameOffsetCount)> layerNameOffsets;
|
||||||
|
|
Loading…
Reference in New Issue