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