GameLoop constructor

GameLoop(
  1. Function callback
)

Implementation

GameLoop(this.callback) {
  _ticker = Ticker(_tick);
}