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