regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(86, "FMod_Limits")]
|
||||
public struct FMod_Limits {
|
||||
[DNAFieldAttribute(0, "rctf", "rect", "rctf", 16)]
|
||||
[DNAFieldAttribute(0, "rctf", "rect", "rctf", 16, false)]
|
||||
public rctf rect;
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public FMod_Limits() {
|
||||
this.rect = default;
|
||||
|
||||
Reference in New Issue
Block a user