Regenerated all the files
This commit is contained in:
@@ -11,10 +11,14 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class wmOwnerID {
|
||||
[DNAFieldAttribute(0, "wmOwnerID", "*next", 144)]
|
||||
public wmOwnerID ptr_next;
|
||||
[DNAFieldAttribute(1, "wmOwnerID", "*prev", 144)]
|
||||
public wmOwnerID ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[128]", 1)]
|
||||
public char[] name = new System.Char[128];
|
||||
public wmOwnerID(wmOwnerID ptr_next, wmOwnerID ptr_prev, char[] name) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user