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