Added Generation Output
This commit is contained in:
16
BlendFile/DNA/wmKeyMapDiffItem.cs
Normal file
16
BlendFile/DNA/wmKeyMapDiffItem.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class wmKeyMapDiffItem {
|
||||
public wmKeyMapDiffItem ptr_next;
|
||||
public wmKeyMapDiffItem ptr_prev;
|
||||
public wmKeyMapItem ptr_remove_item;
|
||||
public wmKeyMapItem ptr_add_item;
|
||||
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;
|
||||
this.ptr_remove_item = ptr_remove_item;
|
||||
this.ptr_add_item = ptr_add_item;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user