onLoad method

Future<void> onLoad(
  1. BonfireGameInterface gameRef
)

Implementation

Future<void> onLoad(BonfireGameInterface gameRef) async {
  this.gameRef = gameRef;
  await _loader?.load();
  _loader = null;
}