add house entity

This commit is contained in:
hydrant
2019-06-26 21:37:21 +02:00
parent 3a894ddb93
commit 12803d03ad
7 changed files with 1377 additions and 103 deletions

View File

@@ -102,5 +102,8 @@ namespace ReallifeGamemode.Server.Models
// Jobs
public DbSet<Entities.JobVehicle> JobVehicles { get; set; }
// Houses
public DbSet<Entities.House> Houses { get; set; }
}
}