chore: non-nullable onLoad

pull/169/head
Allison Ryan 4 years ago
parent a02110ccf4
commit 5f47adfab5

@ -13,7 +13,7 @@ class DashAnimatronic extends SpriteAnimationComponent with HasGameRef {
);
@override
Future<void>? onLoad() async {
Future<void> onLoad() async {
await super.onLoad();
final spriteSheet = await gameRef.images.load(

Loading…
Cancel
Save