mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 06:10:01 -04:00
a "little" refactoring
This commit is contained in:
parent
95895056ef
commit
a6c8804552
11 changed files with 585 additions and 617 deletions
5
frontend/src/state.ts
Normal file
5
frontend/src/state.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export enum UIState {
|
||||
Idle,
|
||||
Connecting,
|
||||
Connected,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue