From 2aa589b7226c31ff9a59d3ee17b57ff961750214 Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 10 Mar 2022 11:05:51 +0000 Subject: [PATCH] doc: included SlingShot in doc comment --- lib/game/components/board_side.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/board_side.dart b/lib/game/components/board_side.dart index 611f70b8..0d85eae6 100644 --- a/lib/game/components/board_side.dart +++ b/lib/game/components/board_side.dart @@ -3,7 +3,7 @@ import 'package:pinball/game/game.dart'; /// Indicates a side of the board. /// /// Usually used to position or mirror elements of a [PinballGame]; such as a -/// [Flipper]. +/// [Flipper] or [SlingShot]. enum BoardSide { /// The left side of the board. left,