Added Generation Output
This commit is contained in:
28
BlendFile/DNA/bUserExtensionRepo.cs
Normal file
28
BlendFile/DNA/bUserExtensionRepo.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class bUserExtensionRepo {
|
||||
public bUserExtensionRepo ptr_next;
|
||||
public bUserExtensionRepo ptr_prev;
|
||||
public char[] name = new System.Char[64];
|
||||
public char[] module = new System.Char[48];
|
||||
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 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) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.name = name;
|
||||
this.module = module;
|
||||
this.ptr_access_token = ptr_access_token;
|
||||
this.custom_dirpath = custom_dirpath;
|
||||
this.remote_url = remote_url;
|
||||
this.flag = flag;
|
||||
this.source = source;
|
||||
this._pad0 = _pad0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user