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

@@ -21,8 +21,8 @@ namespace BlendFile.DNA {
public char[] propvalue_str = new System.Char[64];
public short propvalue;
public short type;
public int8_t val;
public int8_t direction;
public sbyte val;
public sbyte direction;
public short shift;
public short ctrl;
public short alt;
@@ -41,8 +41,8 @@ namespace BlendFile.DNA {
char[] propvalue_str,
short propvalue,
short type,
int8_t val,
int8_t direction,
sbyte val,
sbyte direction,
short shift,
short ctrl,
short alt,