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

@@ -83,8 +83,8 @@ namespace BlendFile.DNA {
public short active_asset_library;
public short active_extension_repo;
public char extension_flag;
public uchar network_timeout;
public uchar network_connection_limit;
public byte network_timeout;
public byte network_connection_limit;
public char[] _pad14 = new System.Char[3];
public short undosteps;
public int undomemory;
@@ -258,8 +258,8 @@ namespace BlendFile.DNA {
short active_asset_library,
short active_extension_repo,
char extension_flag,
uchar network_timeout,
uchar network_connection_limit,
byte network_timeout,
byte network_connection_limit,
char[] _pad14,
short undosteps,
int undomemory,