mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 18:24:01 +00:00
Initial PATH cooking support
This commit is contained in:
@@ -37,7 +37,7 @@ struct IScriptObject : BigDNAVYaml
|
||||
};
|
||||
|
||||
Value<atUint32> connectionCount;
|
||||
Vector<Connection, DNA_COUNT(connectionCount)> connections;
|
||||
Vector<Connection, AT_DNA_COUNT(connectionCount)> connections;
|
||||
Value<atUint32> propertyCount;
|
||||
virtual ~IScriptObject() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user