[WIP] Entity collection

This commit is contained in:
estevez
2018-09-26 22:16:50 +03:00
parent 516d38a8a9
commit 0b42019ef3
3 changed files with 48 additions and 0 deletions

9
lib/entity.class.dart Normal file
View File

@ -0,0 +1,9 @@
part of 'main.dart';
class Entity {
Entity() {
//
}
}