Begin faction system

This commit is contained in:
hydrant
2018-09-22 00:55:38 +02:00
parent e36116aae4
commit bac110258d
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; }
}
}