Unite Male/Female-Combinations to ClothCombination

This commit is contained in:
VegaZ
2018-11-22 20:10:38 +01:00
parent ad6e5a13f5
commit 2b8e9cce00
4 changed files with 15 additions and 105 deletions

View File

@@ -35,8 +35,7 @@ namespace reallife_gamemode.Model
public DbSet<Server.Entities.Character> Characters { get; set; }
public DbSet<Server.Entities.CharacterCloth> CharacterClothes { get; set; }
public DbSet<Server.Entities.DutyCloth> DutyClothes { get; set; }
public DbSet<Server.Entities.MaleCombination> MaleCombinations { get; set; }
public DbSet<Server.Entities.FemaleCombination> FemaleCombinations { get; set; }
public DbSet<Server.Entities.ClothCombination> ClothCombinations { get; set; }
public DbSet<Server.Entities.User> Users { get; set; }
public DbSet<Server.Entities.UserVehicle> UserVehicles { get; set; }
public DbSet<Server.Entities.UserBankAccount> UserBankAccounts { get; set; }