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