regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(999, "bPathCompare")]
|
||||
public class bPathCompare {
|
||||
[DNAFieldAttribute(0, "bPathCompare", "*next", "bPathCompare", 792)]
|
||||
[DNAFieldAttribute(0, "bPathCompare", "*next", "bPathCompare", 4, true)]
|
||||
public bPathCompare ptr_next;
|
||||
[DNAFieldAttribute(1, "bPathCompare", "*prev", "bPathCompare", 792)]
|
||||
[DNAFieldAttribute(1, "bPathCompare", "*prev", "bPathCompare", 4, true)]
|
||||
public bPathCompare ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "path[768]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "path[768]", "System.Char[]", 768, false)]
|
||||
public char[] path = new System.Char[768];
|
||||
[DNAFieldAttribute(3, "char", "flag", "char", 1)]
|
||||
[DNAFieldAttribute(3, "char", "flag", "char", 1, false)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public bPathCompare() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user