regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(580, "bNestedNodeRef")]
|
||||
public struct bNestedNodeRef {
|
||||
[DNAFieldAttribute(0, "int", "id", 4)]
|
||||
[DNAFieldAttribute(0, "int", "id", "int", 4)]
|
||||
public int id;
|
||||
[DNAFieldAttribute(1, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "bNestedNodePath", "path", 8)]
|
||||
[DNAFieldAttribute(2, "bNestedNodePath", "path", "bNestedNodePath", 8)]
|
||||
public bNestedNodePath path;
|
||||
public bNestedNodeRef() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user