Added missing IQuestSettings interface

This commit is contained in:
Dev 2024-05-18 14:36:51 +01:00
parent 0d2afc9c49
commit 3163e5cd0c

View File

@ -1857,3 +1857,9 @@ export interface IPreset
/** Default presets have this property */
_encyclopedia?: string
}
export interface IQuestSettings
{
GlobalRewardRepModifierDailyQuestPvE: number
GlobalRewardRepModifierQuestPvE: number
}