()
| 422 | return (exists ? this.FS.readFile(this.getSaveFilePath()) : null); |
| 423 | } |
| 424 | loadSaveFiles() { |
| 425 | this.clearEJSResetTimer(); |
| 426 | this.functions.loadSaveFiles(); |
| 427 | } |
| 428 | setFastForwardRatio(ratio) { |
| 429 | this.functions.setFastForwardRatio(ratio); |
| 430 | } |
no test coverage detected