Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public short before_cycles;
|
||||
[DNAFieldAttribute(3, "short", "after_cycles", 2)]
|
||||
public short after_cycles;
|
||||
public FMod_Cycles() {
|
||||
this.before_mode = default;
|
||||
this.after_mode = default;
|
||||
this.before_cycles = default;
|
||||
this.after_cycles = default;
|
||||
}
|
||||
public FMod_Cycles(short before_mode, short after_mode, short before_cycles, short after_cycles) {
|
||||
this.before_mode = before_mode;
|
||||
this.after_mode = after_mode;
|
||||
|
||||
Reference in New Issue
Block a user