Added Type stubbing
This commit is contained in:
@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
|
||||
public LayoutPanelState ptr_next;
|
||||
public LayoutPanelState ptr_prev;
|
||||
public char ptr_idname;
|
||||
public uchar flag;
|
||||
public byte flag;
|
||||
public char[] _pad = new System.Char[7];
|
||||
public LayoutPanelState(LayoutPanelState ptr_next, LayoutPanelState ptr_prev, char ptr_idname, uchar flag, char[] _pad) {
|
||||
public LayoutPanelState(LayoutPanelState ptr_next, LayoutPanelState ptr_prev, char ptr_idname, byte flag, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_idname = ptr_idname;
|
||||
|
||||
Reference in New Issue
Block a user