mirror of https://github.com/flutter/pinball.git
parent
61ba65ce61
commit
7a59045e43
@ -0,0 +1,9 @@
|
|||||||
|
import 'package:flame_forge2d/flame_forge2d.dart';
|
||||||
|
|
||||||
|
class SlingShot extends BodyComponent {
|
||||||
|
@override
|
||||||
|
Body createBody() {
|
||||||
|
// TODO: implement createBody
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue