mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
5 lines
146 B
Dart
5 lines
146 B
Dart
// Keeping compatible with earlier versions of Flame
|
|
export './game/base_game.dart';
|
|
export './game/game.dart';
|
|
export './game/game_widget.dart';
|