Almost finish ClothSystem (Save/Load)
This commit is contained in:
@@ -34,7 +34,6 @@ namespace reallife_gamemode.Model
|
||||
public DbSet<Server.Entities.Ban> Bans { get; set; }
|
||||
public DbSet<Server.Entities.Character> Characters { get; set; }
|
||||
public DbSet<Server.Entities.CharacterCloth> CharacterClothes { get; set; }
|
||||
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; }
|
||||
|
||||
Reference in New Issue
Block a user