Vacuum state colors update

This commit is contained in:
estevez-dev
2019-10-16 19:39:14 +03:00
parent 3387ab2850
commit cfe4dd1c59
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class EntityState {
static const docked = 'docked';
static const returning = 'returning';
static const error = 'error';
}
class EntityUIAction {