Add Ban Command

This commit is contained in:
VegaZ
2018-09-25 20:24:30 +02:00
parent 044651f629
commit 3c5ecdd8e4
6 changed files with 47 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ namespace reallife_gamemode.Server.Entities
public int LogUserId { get; set; }
[Timestamp]
public byte[] RegistrationDate { get; set; }
[EmailAddress]
[StringLength(64)]
public string Email { get; set; }