From 65be455d8310bceb60c89ed3a74cede8f7876e24 Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 10 Mar 2022 13:27:40 +0000 Subject: [PATCH] docs: referenced wall --- lib/game/components/wall.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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