Regenerated codefiles
This commit is contained in:
@@ -14,8 +14,8 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(429, "MBoolProperty", 1)]
|
||||
public struct MBoolProperty {
|
||||
[DNAFieldAttribute(0, "uchar", "b", "uchar", 1, false, 0)]
|
||||
public class MBoolProperty {
|
||||
[DNAFieldAttribute(1, "uchar", 0, "b", "uchar", false, 0)]
|
||||
public byte b;
|
||||
public MBoolProperty() {
|
||||
this.b = default;
|
||||
|
||||
Reference in New Issue
Block a user