updated generated files
This commit is contained in:
@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
|
||||
public bPathCompare next;
|
||||
[DNAFieldAttribute(8, "bPathCompare", 1, "*prev", "bPathCompare", true, 8)]
|
||||
public bPathCompare prev;
|
||||
[DNAArrayAttribute(768, "char", 2, "path[768]", "System.Char[]", 768, 16)]
|
||||
[DNAArrayAttribute(768, "char", 2, "path[768]", "System.Char[]", 768, false, 16)]
|
||||
public char[] path = new System.Char[768];
|
||||
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 784)]
|
||||
public char flag;
|
||||
[DNAArrayAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", 7, 785)]
|
||||
[DNAArrayAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", 7, false, 785)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public bPathCompare() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user