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

@@ -52,7 +52,7 @@ namespace BlendFile.DNA {
public LightgroupMembership ptr_lightgroup;
public object ptr__pad1;
public ListBase gpumaterial;
public uint64_t last_update;
public ulong last_update;
public World(
ID id,
AnimData ptr_adt,
@@ -92,7 +92,7 @@ namespace BlendFile.DNA {
LightgroupMembership ptr_lightgroup,
object ptr__pad1,
ListBase gpumaterial,
uint64_t last_update) {
ulong last_update) {
this.id = id;
this.ptr_adt = ptr_adt;
this.drawdata = drawdata;