9 lines
64 B
Dart
9 lines
64 B
Dart
part of 'main.dart';
|
|
|
|
class Entity {
|
|
|
|
Entity() {
|
|
//
|
|
}
|
|
|
|
} |