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