docs: includes ScoringBehavior doc

pull/234/head
alestiago 3 years ago
parent 7f0c91ec82
commit c912c36a69

@ -7,7 +7,7 @@ import 'package:pinball_components/pinball_components.dart';
import 'package:pinball_flame/pinball_flame.dart'; import 'package:pinball_flame/pinball_flame.dart';
/// {@template scoring_behavior} /// {@template scoring_behavior}
/// /// Adds points to the score when the ball contacts the [parent].
/// {@endtemplate} /// {@endtemplate}
class ScoringBehavior extends ContactBehavior with HasGameRef<PinballGame> { class ScoringBehavior extends ContactBehavior with HasGameRef<PinballGame> {
/// {@macro scoring_behavior} /// {@macro scoring_behavior}

Loading…
Cancel
Save