Add Ban Command

This commit is contained in:
VegaZ
2018-09-25 20:24:30 +02:00
parent b2b9ec05c9
commit 28942dfe5f
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; }