updated generated files
This commit is contained in:
@@ -31,9 +31,9 @@ namespace BlendFile.DNA {
|
||||
public int flags;
|
||||
[DNAFieldAttribute(4, "int", 7, "lastspace", "int", false, 252)]
|
||||
public int lastspace;
|
||||
[DNAArrayAttribute(1024, "char", 8, "scriptname[1024]", "System.Char[]", 1024, 256)]
|
||||
[DNAArrayAttribute(1024, "char", 8, "scriptname[1024]", "System.Char[]", 1024, false, 256)]
|
||||
public char[] scriptname = new System.Char[1024];
|
||||
[DNAArrayAttribute(256, "char", 9, "scriptarg[256]", "System.Char[]", 256, 1280)]
|
||||
[DNAArrayAttribute(256, "char", 9, "scriptarg[256]", "System.Char[]", 256, false, 1280)]
|
||||
public char[] scriptarg = new System.Char[256];
|
||||
public Script() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user