mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
7 lines
130 B
Dart
7 lines
130 B
Dart
import 'package:flame/components.dart';
|
|
|
|
class Foundation extends PositionComponent {
|
|
@override
|
|
bool get debugMode => true;
|
|
}
|