mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
refactor classes in game.dart to separate files
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:flame/game/base_game.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
import 'package:flame/game.dart';
|
||||
import 'package:flame/components/component.dart';
|
||||
import 'package:flame/components/mixins/resizable.dart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user