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