add documentation how to install server on ubuntu 20.04 and add server version stuff
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
namespace MareSynchronos.API
|
||||
{
|
||||
public record LoggedInUserDto
|
||||
public record ConnectionDto
|
||||
{
|
||||
public int ServerVersion { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
public bool IsModerator { get; set; }
|
||||
public string UID { get; set; }
|
||||
Reference in New Issue
Block a user