Added Type stubbing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user