mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 02:14:15 +01:00
add api to mare, change all to file scoped namespace
This commit is contained in:
parent
b10a02f228
commit
ac6c46390c
27 changed files with 4436 additions and 4373 deletions
11
MareSynchronos/WebAPI/ServerState.cs
Normal file
11
MareSynchronos/WebAPI/ServerState.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace MareSynchronos.WebAPI;
|
||||
|
||||
public enum ServerState
|
||||
{
|
||||
Offline,
|
||||
Disconnected,
|
||||
Connected,
|
||||
Unauthorized,
|
||||
VersionMisMatch,
|
||||
RateLimited
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue