Add Faction Ranks

This commit is contained in:
hydrant
2018-09-23 21:10:42 +02:00
parent bba0f7206c
commit bac725f2dc
6 changed files with 72 additions and 18 deletions

View File

@@ -35,6 +35,7 @@ namespace reallife_gamemode.Model
}
public DbSet<Server.Entities.Faction> Factions { get; set; }
public DbSet<Server.Entities.FactionRank> FactionRanks { get; set; }
public DbSet<Server.Entities.User> Users { get; set; }
}
}