Unite Male/Female-Combinations to ClothCombination
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user