Regenerated code files
This commit is contained in:
@@ -19,9 +19,9 @@ namespace BlendFile.DNA {
|
||||
public bUserScriptDirectory next;
|
||||
[DNAFieldAttribute(8, "bUserScriptDirectory", 1, "*prev", "bUserScriptDirectory", true, 8)]
|
||||
public bUserScriptDirectory prev;
|
||||
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
|
||||
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(768, "char", 3, "dir_path[768]", "System.Char[]", false, 80)]
|
||||
[DNAArrayAttribute(768, "char", 3, "dir_path[768]", "System.Char[]", 768, 80)]
|
||||
public char[] dir_path = new System.Char[768];
|
||||
public bUserScriptDirectory() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user