Continued business system

This commit is contained in:
hydrant
2018-11-19 20:11:59 +01:00
parent 826114e662
commit 225eb78ced

View File

@@ -16,7 +16,5 @@ namespace reallife_gamemode.Server.Entities
public int Balance { get; set; } public int Balance { get; set; }
public int BusinessId { get; set; } public int BusinessId { get; set; }
[NotMapped]
public BusinessBase Business { get; set; }
} }
} }