Removed vespucci cardealer, add interior system (teleport missing)

This commit is contained in:
hydrant
2018-12-24 15:26:38 +01:00
parent cae6c951a9
commit d22cf6e1ba
5 changed files with 186 additions and 3 deletions

View File

@@ -96,5 +96,8 @@ namespace reallife_gamemode.Model
// Whitelist
public DbSet<Server.Entities.Whitelist> WhitelistEntries { get; set; }
// Interiors
public DbSet<Server.Entities.Interior> Interiors { get; set; }
}
}