Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct MSelect {
|
||||
[DNAFieldAttribute(0, "int", "index", 4)]
|
||||
public int index;
|
||||
[DNAFieldAttribute(1, "int", "type", 4)]
|
||||
public int type;
|
||||
public MSelect(int index, int type) {
|
||||
this.index = index;
|
||||
|
||||
Reference in New Issue
Block a user