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