Merge branch 'master' into refactor/migrate-renderers

This commit is contained in:
Marc Emmanuel 2026-02-02 08:34:52 +01:00
commit 75ee5b7e66
9 changed files with 406 additions and 262 deletions

View file

@ -51,6 +51,7 @@ export interface State {
fullName?: string;
form?: string;
military?: any[];
provinces?: number[];
}
class StatesModule {