diff --git a/lib/game/components/wall.dart b/lib/game/components/wall.dart index 6250bda2..f5a15af5 100644 --- a/lib/game/components/wall.dart +++ b/lib/game/components/wall.dart @@ -14,10 +14,10 @@ class Wall extends BodyComponent { required this.end, }); - /// The [start] of the wall. + /// The [start] of the [Wall]. final Vector2 start; - /// The [end] of the wall. + /// The [end] of the [Wall]. final Vector2 end; @override