mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:27:21 +01:00
server ban update, remove reporting
This commit is contained in:
parent
c1f28cadd5
commit
713d054ccb
28 changed files with 2130 additions and 272 deletions
|
|
@ -10,6 +10,7 @@ public class Auth
|
|||
|
||||
public string UserUID { get; set; }
|
||||
public User User { get; set; }
|
||||
public bool MarkForBan { get; set; }
|
||||
public bool IsBanned { get; set; }
|
||||
public string? PrimaryUserUID { get; set; }
|
||||
public User? PrimaryUser { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue