mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Added Deleting state
This commit is contained in:
parent
f66f348c63
commit
b2ce6f5598
1 changed files with 2 additions and 1 deletions
|
|
@ -446,7 +446,8 @@
|
||||||
{
|
{
|
||||||
Uninitialized,
|
Uninitialized,
|
||||||
Creating,
|
Creating,
|
||||||
Finished
|
Finished,
|
||||||
|
Deleting
|
||||||
}
|
}
|
||||||
|
|
||||||
internal enum SpeedUnits
|
internal enum SpeedUnits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue