mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-04 13:08:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
import '../../game.dart';
 | 
						|
 | 
						|
mixin HasGameRef<T extends Game> {
 | 
						|
  T gameRef;
 | 
						|
}
 |