Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeInputBool {
|
||||
[DNAFieldAttribute(0, "uchar", "boolean", 1)]
|
||||
public byte boolean;
|
||||
public NodeInputBool(byte boolean) {
|
||||
this.boolean = boolean;
|
||||
|
||||
Reference in New Issue
Block a user