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