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