minor optimizations and weapon sim
This commit is contained in:
parent
2d966b8198
commit
fc7887ce11
10 changed files with 419 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ using CsWeb.Services;
|
|||
var builder = WebApplication.CreateBuilder(args);
|
||||
builder.Services.AddRazorPages();
|
||||
builder.Services.AddSingleton<Fleet>();
|
||||
builder.Services.AddSingleton<Weapons>();
|
||||
|
||||
var app = builder.Build();
|
||||
app.UseStaticFiles();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue