refactor: removed unused HasGameRef mixin

pull/194/head
alestiago 3 years ago
parent e08fccdb9f
commit f6a33f67bb

@ -13,7 +13,7 @@ import 'package:pinball_flame/pinball_flame.dart';
/// ///
/// When a [Ball] hits [SparkyBumper]s, the bumper animates. /// When a [Ball] hits [SparkyBumper]s, the bumper animates.
/// {@endtemplate} /// {@endtemplate}
class SparkyFireZone extends Blueprint with HasGameRef<Forge2DGame> { class SparkyFireZone extends Blueprint {
/// {@macro sparky_fire_zone} /// {@macro sparky_fire_zone}
SparkyFireZone() SparkyFireZone()
: super( : super(

Loading…
Cancel
Save