docs: improved doc comment

pull/105/head
alestiago 4 years ago
parent fd730e37d7
commit 55de176c58

@ -11,7 +11,8 @@ import 'package:pinball_components/pinball_components.dart';
enum BallType { enum BallType {
/// A [Ball] spawned from the [Plunger]. /// A [Ball] spawned from the [Plunger].
/// ///
/// [normal] balls reduce the [GameState.balls] /// [normal] balls decrease the [GameState.balls] when they fall through the
/// the [BottomWall].
normal, normal,
/// A [Ball] was spawned by Dash in the [FlutterForest]. /// A [Ball] was spawned by Dash in the [FlutterForest].

Loading…
Cancel
Save