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