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