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