allbuild commit e6d14eff

This commit is contained in:
Olivier Gagnon
2022-07-26 15:30:12 -04:00
parent e6d14eff68
commit 3e4f26ac0a
17 changed files with 230 additions and 44 deletions
+8
View File
@@ -84,6 +84,14 @@ export class GraftingWork extends Work {
}
}
APICopy(): Record<string, unknown> {
return {
type: this.type,
cyclesWorked: this.cyclesWorked,
augmentation: this.augmentation,
};
}
/**
* Serialize the current object to a JSON save state.
*/