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,