init method

Future<void> init()

Implementation

Future<void> init() async {
  await _loadScripts(state.info.gameMode);
}