Added Type stubbing
This commit is contained in:
@@ -28,7 +28,7 @@ namespace BlendFile.DNA {
|
||||
public short fill_direction;
|
||||
public float fill_threshold;
|
||||
public char[] _pad2 = new System.Char[2];
|
||||
public int8_t caps_type;
|
||||
public sbyte caps_type;
|
||||
public char[] _pad = new System.Char[1];
|
||||
public int flag2;
|
||||
public int fill_simplylvl;
|
||||
@@ -84,7 +84,7 @@ namespace BlendFile.DNA {
|
||||
short fill_direction,
|
||||
float fill_threshold,
|
||||
char[] _pad2,
|
||||
int8_t caps_type,
|
||||
sbyte caps_type,
|
||||
char[] _pad,
|
||||
int flag2,
|
||||
int fill_simplylvl,
|
||||
|
||||
Reference in New Issue
Block a user