feat(character): add option to use the ZAM CDN for the model viewer assets (#22)

This commit is contained in:
Axel Cocat 2022-05-14 22:19:21 +02:00 committed by GitHub
parent a98f9b4658
commit 905f1549fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 2 deletions

View file

@ -32,6 +32,7 @@ export class Config {
public loadDbcs: boolean;
public hideGameMasters: boolean;
public transmogModule: boolean;
public useZamCdn: boolean;
public realms: IRealmConfig[];
public worldDatabase: IDatabaseConfig;
public dbQueryTimeout: number;