(ratio)
| 426 | this.functions.loadSaveFiles(); |
| 427 | } |
| 428 | setFastForwardRatio(ratio) { |
| 429 | this.functions.setFastForwardRatio(ratio); |
| 430 | } |
| 431 | toggleFastForward(active) { |
| 432 | this.functions.toggleFastForward(active); |
| 433 | } |
no outgoing calls
no test coverage detected