menu
bonfire package
documentation
mixins/direction_animation/direction_animation_api.dart
DirectionAnimationApi
onLoad method
onLoad method
dark_mode
light_mode
onLoad
method
Future
<
void
>
onLoad
(
BonfireGameInterface
gameRef
)
Implementation
Future<void> onLoad(BonfireGameInterface gameRef) async { await animation?.onLoad(gameRef); }
bonfire package
documentation
mixins/direction_animation/direction_animation_api
DirectionAnimationApi
onLoad method
DirectionAnimationApi class