Add TransferMoney Test

This commit is contained in:
VegaZ
2018-10-09 21:02:05 +02:00
parent 25a37f03f9
commit e11d453e27
6 changed files with 111 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ namespace reallife_gamemode.Server.Logs
public float NewSenderBalance { get; set; }
public float NewReceiverBalance { get; set; }
public float Fee { get; set; }
[StringLength(32)]
public string Origin { get; set; }
[Timestamp]
public byte[] Timestamp { get; set; }
}