feat(character): add equipment tooltips
This commit is contained in:
parent
7a9bb172ea
commit
73916950b7
31 changed files with 60862 additions and 17 deletions
|
|
@ -16,6 +16,7 @@ export interface IRealmConfig {
|
|||
|
||||
export class Config {
|
||||
public realms: IRealmConfig[];
|
||||
public worldDatabase: IDatabaseConfig;
|
||||
|
||||
private static checkedMissingField: boolean = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue