regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(85, "FMod_Cycles")]
public struct FMod_Cycles {
[DNAFieldAttribute(0, "short", "before_mode", "short", 2)]
[DNAFieldAttribute(0, "short", "before_mode", "short", 2, false)]
public short before_mode;
[DNAFieldAttribute(1, "short", "after_mode", "short", 2)]
[DNAFieldAttribute(1, "short", "after_mode", "short", 2, false)]
public short after_mode;
[DNAFieldAttribute(2, "short", "before_cycles", "short", 2)]
[DNAFieldAttribute(2, "short", "before_cycles", "short", 2, false)]
public short before_cycles;
[DNAFieldAttribute(3, "short", "after_cycles", "short", 2)]
[DNAFieldAttribute(3, "short", "after_cycles", "short", 2, false)]
public short after_cycles;
public FMod_Cycles() {
this.before_mode = default;