Enemy classes and controllers

This commit is contained in:
2020-03-07 10:57:15 +01:00
parent 5c6b19f360
commit 2e7aed8d49
10 changed files with 363 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ namespace EstusShots.Server
services.AddScoped<EpisodesService>();
services.AddScoped<PlayersService>();
services.AddScoped<DrinksService>();
services.AddScoped<EnemiesService>();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.