Add Dynamic Cloth Changing
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user