regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(861, "ScrArea_Runtime")]
|
||||
public class ScrArea_Runtime {
|
||||
[DNAFieldAttribute(0, "bToolRef", "*tool", 168)]
|
||||
[DNAFieldAttribute(0, "bToolRef", "*tool", "bToolRef", 168)]
|
||||
public bToolRef ptr_tool;
|
||||
[DNAFieldAttribute(1, "char", "is_tool_set", 1)]
|
||||
[DNAFieldAttribute(1, "char", "is_tool_set", "char", 1)]
|
||||
public char is_tool_set;
|
||||
[DNAFieldAttribute(2, "char", "_pad0[7]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "_pad0[7]", "System.Char[]", 1)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public ScrArea_Runtime() {
|
||||
this.ptr_tool = default;
|
||||
|
||||
Reference in New Issue
Block a user