feat(config): add aowow url to config file
This commit is contained in:
parent
73916950b7
commit
1a682409a8
7 changed files with 20 additions and 7 deletions
|
|
@ -15,6 +15,7 @@ export interface IRealmConfig {
|
|||
}
|
||||
|
||||
export class Config {
|
||||
public aowowUrl: string;
|
||||
public realms: IRealmConfig[];
|
||||
public worldDatabase: IDatabaseConfig;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue