Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public wmKeyMapItem ptr_remove_item;
|
||||
[DNAFieldAttribute(3, "wmKeyMapItem", "*add_item", 184)]
|
||||
public wmKeyMapItem ptr_add_item;
|
||||
public wmKeyMapDiffItem() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.ptr_remove_item = default;
|
||||
this.ptr_add_item = default;
|
||||
}
|
||||
public wmKeyMapDiffItem(wmKeyMapDiffItem ptr_next, wmKeyMapDiffItem ptr_prev, wmKeyMapItem ptr_remove_item, wmKeyMapItem ptr_add_item) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user