mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-04 13:08:09 +08:00 
			
		
		
		
	Formatting
This commit is contained in:
		@ -16,7 +16,7 @@ abstract class ComponentEffect<T extends Component> {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  bool _isDisposed = false;
 | 
					  bool _isDisposed = false;
 | 
				
			||||||
  bool get isDisposed => _isDisposed;
 | 
					  bool get isDisposed => _isDisposed;
 | 
				
			||||||
  
 | 
					
 | 
				
			||||||
  bool _isPaused = false;
 | 
					  bool _isPaused = false;
 | 
				
			||||||
  bool get isPaused => _isPaused;
 | 
					  bool get isPaused => _isPaused;
 | 
				
			||||||
  void resume() => _isPaused = false;
 | 
					  void resume() => _isPaused = false;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user