mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-05 01:51:23 +01:00
refactor: migrate provinces generator to new module structure (#1295)
* refactor: migrate provinces generator to new module structure * fix: after merge fixes of state * refactor: fixed a bug so had to update tests
This commit is contained in:
parent
454178fa99
commit
0f19902a56
7 changed files with 399 additions and 259 deletions
|
|
@ -50,6 +50,7 @@ export interface State {
|
|||
formName?: string;
|
||||
fullName?: string;
|
||||
form?: string;
|
||||
provinces?: number[];
|
||||
}
|
||||
|
||||
class StatesModule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue