Regenerated codefiles
This commit is contained in:
@@ -14,8 +14,8 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(678, "NodeInputInt", 4)]
|
||||
public struct NodeInputInt {
|
||||
[DNAFieldAttribute(0, "int", "integer", "int", 4, false, 0)]
|
||||
public class NodeInputInt {
|
||||
[DNAFieldAttribute(4, "int", 0, "integer", "int", false, 0)]
|
||||
public int integer;
|
||||
public NodeInputInt() {
|
||||
this.integer = default;
|
||||
|
||||
Reference in New Issue
Block a user