hanf vielleicht fertig

This commit is contained in:
hydrant
2021-05-27 21:06:20 +02:00
parent 211269d03a
commit 60f55e0eeb
20 changed files with 2996 additions and 56 deletions

View File

@@ -129,6 +129,10 @@ namespace ReallifeGamemode.Database.Entities
public bool FreeSurgery { get; set; } = true;
public DateTime? LastTimeBoughtCannabisSeeds { get; set; }
public int CannabisSeedsBoughtToday { get; set; }
[NotMapped]
public Player Player
{