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