Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
public bPathCompare next;
[DNAFieldAttribute(8, "bPathCompare", 1, "*prev", "bPathCompare", true, 8)]
public bPathCompare prev;
[DNAFieldAttribute(768, "char", 2, "path[768]", "System.Char[]", false, 16)]
[DNAArrayAttribute(768, "char", 2, "path[768]", "System.Char[]", 768, 16)]
public char[] path = new System.Char[768];
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 784)]
public char flag;
[DNAFieldAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", false, 785)]
[DNAArrayAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", 7, 785)]
public char[] _pad0 = new System.Char[7];
public bPathCompare() {
this.next = default;