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

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