Work for unban

This commit is contained in:
defnotken
2025-08-31 14:58:27 -05:00
parent 80235a174b
commit 421447329f
11 changed files with 2399 additions and 2 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; }
}