todos-contra-el-fuego-mobile/lib/fireMarkType.dart
2018-06-12 21:06:40 +02:00

7 lines
No EOL
128 B
Dart

enum FireMarkType {
position, // user saved location
pixel, // use for fire drawn as pixels
fire,
industry,
falsePos
}