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