Added Type stubbing

This commit is contained in:
Samuele Lorefice
2025-01-22 17:56:49 +01:00
parent 2d6159e331
commit 9a949dbeab
112 changed files with 610 additions and 313 deletions

View File

@@ -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,