Added Type stubbing
This commit is contained in:
@@ -18,9 +18,9 @@ namespace BlendFile.DNA {
|
||||
public ListBase object_cache_instanced;
|
||||
public ListBase parents;
|
||||
public GHash ptr_gobject_hash;
|
||||
public uchar tag;
|
||||
public byte tag;
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public Collection_Runtime(ListBase object_cache, ListBase object_cache_instanced, ListBase parents, GHash ptr_gobject_hash, uchar tag, char[] _pad0) {
|
||||
public Collection_Runtime(ListBase object_cache, ListBase object_cache_instanced, ListBase parents, GHash ptr_gobject_hash, byte tag, char[] _pad0) {
|
||||
this.object_cache = object_cache;
|
||||
this.object_cache_instanced = object_cache_instanced;
|
||||
this.parents = parents;
|
||||
|
||||
Reference in New Issue
Block a user