Add Dynamic Cloth Changing

This commit is contained in:
VegaZ
2018-11-14 21:12:29 +01:00
parent b4df50215d
commit 5cf54a7588
7 changed files with 173 additions and 15 deletions

View File

@@ -37,6 +37,8 @@ namespace reallife_gamemode.Model
public DbSet<Server.Entities.CharacterProp> CharacterProps { get; set; }
public DbSet<Server.Entities.DutyCloth> DutyClothes { get; set; }
public DbSet<Server.Entities.DutyProp> DutyProps { get; set; }
public DbSet<Server.Entities.MaleCombination> MaleCombinations { get; set; }
public DbSet<Server.Entities.FemaleCombination> FemaleCombinations { 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; }