Unban work

This commit is contained in:
defnotken
2025-09-04 10:54:52 -05:00
parent b782b0694f
commit 4feb64f015
12 changed files with 2400 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ public class Banned
[MaxLength(100)]
public string CharacterIdentification { get; set; }
public string Reason { get; set; }
public string BannedUid { get; set; }
[Timestamp]
public byte[] Timestamp { get; set; }
}