mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36:31 +08:00
Unify mixin names (#1114)
This commit is contained in:
@ -34,7 +34,7 @@ class Square extends PositionComponent with HasGameRef<Priority>, Tappable {
|
||||
}
|
||||
}
|
||||
|
||||
class Priority extends FlameGame with HasTappableComponents {
|
||||
class Priority extends FlameGame with HasTappables {
|
||||
@override
|
||||
Future<void> onLoad() async {
|
||||
await super.onLoad();
|
||||
|
||||
Reference in New Issue
Block a user