Added Type stubbing
This commit is contained in:
@@ -21,10 +21,10 @@ namespace BlendFile.DNA {
|
||||
public char ptr_access_token;
|
||||
public char[] custom_dirpath = new System.Char[1024];
|
||||
public char[] remote_url = new System.Char[1024];
|
||||
public uchar flag;
|
||||
public uchar source;
|
||||
public byte flag;
|
||||
public byte source;
|
||||
public char[] _pad0 = new System.Char[6];
|
||||
public bUserExtensionRepo(bUserExtensionRepo ptr_next, bUserExtensionRepo ptr_prev, char[] name, char[] module, char ptr_access_token, char[] custom_dirpath, char[] remote_url, uchar flag, uchar source, char[] _pad0) {
|
||||
public bUserExtensionRepo(bUserExtensionRepo ptr_next, bUserExtensionRepo ptr_prev, char[] name, char[] module, char ptr_access_token, char[] custom_dirpath, char[] remote_url, byte flag, byte source, char[] _pad0) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user