Begin faction system

This commit is contained in:
Lennart Kampshoff
2018-09-22 00:55:38 +02:00
parent 3d7ab55b28
commit 7255f2850f
3 changed files with 21 additions and 0 deletions

View File

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