regenerated files
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(71, "SpaceAction_Runtime")]
|
||||
public struct SpaceAction_Runtime {
|
||||
[DNAFieldAttribute(0, "char", "flag", "char", 1)]
|
||||
[DNAFieldAttribute(0, "char", "flag", "char", 1, false)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(1, "char", "_pad0[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "_pad0[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public SpaceAction_Runtime() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user