mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-20 08:04:14 +01:00
add documentation how to install server on ubuntu 20.04 and add server version stuff
This commit is contained in:
parent
15b220dc8b
commit
d08e5f9c04
6 changed files with 111 additions and 7 deletions
10
MareSynchronosServer/MareSynchronos.API/ConnectionDto.cs
Normal file
10
MareSynchronosServer/MareSynchronos.API/ConnectionDto.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace MareSynchronos.API
|
||||
{
|
||||
public record ConnectionDto
|
||||
{
|
||||
public int ServerVersion { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
public bool IsModerator { get; set; }
|
||||
public string UID { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue