| 4 | import DefaultTouchProcessor from "./DefaultTouchProcessor"; |
| 5 | |
| 6 | export default class GameLoop extends Component { |
| 7 | constructor(props) { |
| 8 | super(props); |
| 9 | this.timer = props.timer || new DefaultTimer(); |
nothing calls this directly
no outgoing calls
no test coverage detected