regenerated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user