regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(1070, "WorkSpaceDataRelation")]
|
||||
public class WorkSpaceDataRelation {
|
||||
[DNAFieldAttribute(0, "WorkSpaceDataRelation", "*next", 40)]
|
||||
[DNAFieldAttribute(0, "WorkSpaceDataRelation", "*next", "WorkSpaceDataRelation", 40)]
|
||||
public WorkSpaceDataRelation ptr_next;
|
||||
[DNAFieldAttribute(1, "WorkSpaceDataRelation", "*prev", 40)]
|
||||
[DNAFieldAttribute(1, "WorkSpaceDataRelation", "*prev", "WorkSpaceDataRelation", 40)]
|
||||
public WorkSpaceDataRelation ptr_prev;
|
||||
[DNAFieldAttribute(2, "void", "*parent", 0)]
|
||||
[DNAFieldAttribute(2, "void", "*parent", "void", 0)]
|
||||
public object ptr_parent;
|
||||
[DNAFieldAttribute(3, "void", "*value", 0)]
|
||||
[DNAFieldAttribute(3, "void", "*value", "void", 0)]
|
||||
public object ptr_value;
|
||||
[DNAFieldAttribute(4, "int", "parentid", 4)]
|
||||
[DNAFieldAttribute(4, "int", "parentid", "int", 4)]
|
||||
public int parentid;
|
||||
[DNAFieldAttribute(5, "char", "_pad_0[4]", 1)]
|
||||
[DNAFieldAttribute(5, "char", "_pad_0[4]", "System.Char[]", 1)]
|
||||
public char[] _pad_0 = new System.Char[4];
|
||||
public WorkSpaceDataRelation() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user