refactor classes in game.dart to separate files

This commit is contained in:
Erlend Fagerheim
2020-04-20 21:02:50 +02:00
parent 2d9c525fdb
commit 2bc4b7ad9d
17 changed files with 385 additions and 381 deletions

View File

@ -1,2 +1,3 @@
// Keeping compatible with earlier versions of Flame
export './game/game.dart';
export './game/base_game.dart';