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