()
| 407 | return this.functions.getSaveFilePath(); |
| 408 | } |
| 409 | saveSaveFiles() { |
| 410 | this.functions.saveSaveFiles(); |
| 411 | this.EJS.callEvent("saveSaveFiles", this.getSaveFile(false)); |
| 412 | //this.FS.syncfs(false, () => {}); |
| 413 | } |
| 414 | supportsStates() { |
| 415 | return !!this.functions.supportsStates(); |
| 416 | } |
no test coverage detected