Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(804, "Paint_Runtime", 8)]
|
||||
public struct Paint_Runtime {
|
||||
[DNAFieldAttribute(0, "int", "initialized", "int", 4, false, 0)]
|
||||
public class Paint_Runtime {
|
||||
[DNAFieldAttribute(4, "int", 0, "initialized", "int", false, 0)]
|
||||
public int initialized;
|
||||
[DNAFieldAttribute(1, "short", "ob_mode", "short", 2, false, 4)]
|
||||
[DNAFieldAttribute(2, "short", 1, "ob_mode", "short", false, 4)]
|
||||
public short ob_mode;
|
||||
[DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 2, false, 6)]
|
||||
[DNAFieldAttribute(2, "char", 2, "_pad[2]", "System.Char[]", false, 6)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public Paint_Runtime() {
|
||||
this.initialized = default;
|
||||
|
||||
Reference in New Issue
Block a user