Add Faction Ranks

This commit is contained in:
Lennart Kampshoff
2018-09-23 21:10:42 +02:00
parent f91ef8960c
commit 73bb9b6fda
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; }
}
}