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 bUserMenuItem next;
[DNAFieldAttribute(8, "bUserMenuItem", 1, "*prev", "bUserMenuItem", true, 8)]
public bUserMenuItem prev;
[DNAFieldAttribute(64, "char", 2, "ui_name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "ui_name[64]", "System.Char[]", 64, 16)]
public char[] ui_name = new System.Char[64];
[DNAFieldAttribute(1, "char", 3, "type", "char", false, 80)]
public char type;
[DNAFieldAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", false, 81)]
[DNAArrayAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", 7, 81)]
public char[] _pad0 = new System.Char[7];
public bUserMenuItem() {
this.next = default;