Regenerated code files
This commit is contained in:
@@ -19,21 +19,21 @@ namespace BlendFile.DNA {
|
||||
public bUserExtensionRepo next;
|
||||
[DNAFieldAttribute(8, "bUserExtensionRepo", 1, "*prev", "bUserExtensionRepo", true, 8)]
|
||||
public bUserExtensionRepo 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(48, "char", 3, "module[48]", "System.Char[]", false, 80)]
|
||||
[DNAArrayAttribute(48, "char", 3, "module[48]", "System.Char[]", 48, 80)]
|
||||
public char[] module = new System.Char[48];
|
||||
[DNAFieldAttribute(8, "char", 4, "*access_token", "char", true, 128)]
|
||||
public char access_token;
|
||||
[DNAFieldAttribute(1024, "char", 5, "custom_dirpath[1024]", "System.Char[]", false, 136)]
|
||||
[DNAArrayAttribute(1024, "char", 5, "custom_dirpath[1024]", "System.Char[]", 1024, 136)]
|
||||
public char[] custom_dirpath = new System.Char[1024];
|
||||
[DNAFieldAttribute(1024, "char", 6, "remote_url[1024]", "System.Char[]", false, 1160)]
|
||||
[DNAArrayAttribute(1024, "char", 6, "remote_url[1024]", "System.Char[]", 1024, 1160)]
|
||||
public char[] remote_url = new System.Char[1024];
|
||||
[DNAFieldAttribute(1, "uchar", 7, "flag", "uchar", false, 2184)]
|
||||
public byte flag;
|
||||
[DNAFieldAttribute(1, "uchar", 8, "source", "uchar", false, 2185)]
|
||||
public byte source;
|
||||
[DNAFieldAttribute(6, "char", 9, "_pad0[6]", "System.Char[]", false, 2186)]
|
||||
[DNAArrayAttribute(6, "char", 9, "_pad0[6]", "System.Char[]", 6, 2186)]
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
public bUserExtensionRepo() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user