Unify mixin names (#1114)

This commit is contained in:
Lukas Klingsbo
2021-11-18 08:48:31 +01:00
committed by GitHub
parent 85caf463f4
commit 795264edbf
31 changed files with 55 additions and 54 deletions

View File

@ -33,9 +33,9 @@ class ParentSquare extends Square with HasGameRef {
}
}
// This class only has `HasDraggableComponents` since the game-in-game example
// This class only has `HasDraggables` since the game-in-game example
// moves a draggable component to this game.
class Composability extends FlameGame with HasDraggableComponents {
class Composability extends FlameGame with HasDraggables {
late ParentSquare parentSquare;
@override