add alias to dto

This commit is contained in:
Stanley Dimant
2022-09-29 20:55:12 +02:00
parent 008f886743
commit 94dc07d1c5

View File

@@ -5,6 +5,7 @@
public int ServerVersion { get; set; } public int ServerVersion { get; set; }
public bool IsAdmin { get; set; } public bool IsAdmin { get; set; }
public bool IsModerator { get; set; } public bool IsModerator { get; set; }
public string Alias { get; set; }
public string UID { get; set; } public string UID { get; set; }
} }
} }