mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	fix: Deprecate HasGameRef in favor of HasGameReference (#3559)
				
					
				
			This deprecates `HasGameRef` and suggests users to use `HasGameReference` instead.
This commit is contained in:
		| @ -30,7 +30,7 @@ class ComposabilityExample extends FlameGame { | ||||
|   } | ||||
| } | ||||
|  | ||||
| class ParentSquare extends RectangleComponent with HasGameRef { | ||||
| class ParentSquare extends RectangleComponent with HasGameReference { | ||||
|   static final defaultPaint = BasicPalette.white.paint() | ||||
|     ..style = PaintingStyle.stroke; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo