Added Type stubbing
This commit is contained in:
@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
|
||||
public short custom2;
|
||||
public float custom3;
|
||||
public float custom4;
|
||||
public int8_t warning_propagation;
|
||||
public sbyte warning_propagation;
|
||||
public char[] _pad = new System.Char[7];
|
||||
public ID ptr_id;
|
||||
public object ptr_storage;
|
||||
@@ -62,7 +62,7 @@ namespace BlendFile.DNA {
|
||||
short custom2,
|
||||
float custom3,
|
||||
float custom4,
|
||||
int8_t warning_propagation,
|
||||
sbyte warning_propagation,
|
||||
char[] _pad,
|
||||
ID ptr_id,
|
||||
object ptr_storage,
|
||||
|
||||
Reference in New Issue
Block a user