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