formating and fixing warnings

This commit is contained in:
Luan Nico
2019-02-09 12:06:59 -02:00
parent 985c403f8b
commit bd51364400
5 changed files with 11 additions and 10 deletions

View File

@ -1,3 +1,4 @@
import 'dart:async';
import 'dart:ui';
import 'package:flame/components/component.dart';
@ -77,7 +78,5 @@ class TiledComponent extends Component {
}
@override
void update(double t) {
// TODO: implement update
}
void update(double t) {}
}