API: Add getSaveData API (#1390)

This commit is contained in:
catloversg
2025-01-31 01:36:59 +07:00
committed by GitHub
parent 934687d4b5
commit 956e3875e9
5 changed files with 42 additions and 0 deletions
+1
View File
@@ -215,6 +215,7 @@ const singularity = {
installAugmentations: SF4Cost(RamCostConstants.SingularityFn3),
isFocused: SF4Cost(0.1),
setFocus: SF4Cost(0.1),
getSaveData: SF4Cost(RamCostConstants.SingularityFn1 / 2),
exportGame: SF4Cost(RamCostConstants.SingularityFn1 / 2),
exportGameBonus: SF4Cost(RamCostConstants.SingularityFn1 / 4),
b1tflum3: SF4Cost(16),