diff --git a/lib/game/components/ball.dart b/lib/game/components/ball.dart index 6540caee..61e04074 100644 --- a/lib/game/components/ball.dart +++ b/lib/game/components/ball.dart @@ -16,6 +16,8 @@ class Ball extends BodyComponent with Layered { /// The initial position of the [Ball] body. final Vector2 _position; + + /// [Layer] of the board that the [Ball] will interact with. final Layer _layer; /// The size of the [Ball]