mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-31 00:48:47 +08:00
7 lines
125 B
Dart
7 lines
125 B
Dart
import 'package:flame/components.dart';
|
|
|
|
class Stock extends PositionComponent {
|
|
@override
|
|
bool get debugMode => true;
|
|
}
|