Added Type stubbing
This commit is contained in:
@@ -113,7 +113,7 @@ namespace BlendFile.DNA {
|
||||
public char empty_image_visibility_flag;
|
||||
public char empty_image_depth;
|
||||
public char empty_image_flag;
|
||||
public uchar modifier_flag;
|
||||
public byte modifier_flag;
|
||||
public char[] _pad8 = new System.Char[4];
|
||||
public PreviewImage ptr_preview;
|
||||
public ObjectLineArt lineart;
|
||||
@@ -221,7 +221,7 @@ namespace BlendFile.DNA {
|
||||
char empty_image_visibility_flag,
|
||||
char empty_image_depth,
|
||||
char empty_image_flag,
|
||||
uchar modifier_flag,
|
||||
byte modifier_flag,
|
||||
char[] _pad8,
|
||||
PreviewImage ptr_preview,
|
||||
ObjectLineArt lineart,
|
||||
|
||||
Reference in New Issue
Block a user