Database fixes

This commit is contained in:
Pax1601
2023-10-11 15:20:24 +02:00
parent a29eb3d343
commit 4cdf82cb14
9 changed files with 32247 additions and 32186 deletions

View File

@@ -191,6 +191,7 @@ export interface LoadoutBlueprint {
roles: string[];
code: string;
name: string;
enabled: boolean;
}
export interface UnitBlueprint {