menu
bonfiremodify package
documentation
base/bonfire_game_interface.dart
BonfireGameInterface
add abstract method
add abstract method
dark_mode
light_mode
add
abstract method
Future
<
void
>
?
add
(
Component
component
)
Used to add component in the game.
Implementation
Future<void>? add(Component component);
bonfiremodify package
documentation
base/bonfire_game_interface
BonfireGameInterface
add abstract method
BonfireGameInterface class