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