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