0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:30:43 -05:00

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
}