From c08c1588ad5cd589b9e1196a314c22d5124dde57 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Tue, 15 Mar 2022 19:23:11 +0100 Subject: [PATCH] doc: doc layer for ball --- lib/game/components/ball.dart | 2 ++ 1 file changed, 2 insertions(+) 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]