Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct MBoolProperty {
|
||||
[DNAFieldAttribute(0, "uchar", "b", 1)]
|
||||
public byte b;
|
||||
public MBoolProperty(byte b) {
|
||||
this.b = b;
|
||||
|
||||
Reference in New Issue
Block a user