Added Type stubbing
This commit is contained in:
@@ -14,8 +14,8 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct MBoolProperty {
|
||||
public uchar b;
|
||||
public MBoolProperty(uchar b) {
|
||||
public byte b;
|
||||
public MBoolProperty(byte b) {
|
||||
this.b = b;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user