add api to mare, change all to file scoped namespace
This commit is contained in:
		
							
								
								
									
										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 | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant