Class QuestTranslations
public sealed class QuestTranslations : PropertiesTranslationCollection
- Inheritance
-
QuestTranslations
- Inherited Members
Fields
DailyQuestNextDay
[TranslationData("Sent when new daily quests are generated.")]
public readonly Translation DailyQuestNextDay
Field Value
DailyQuestNextDayWarning
[TranslationData("Sent as a warning before daily quests regenerate. Usually one is sent 1 hour before and 10 minutes before they regenerate.")]
public readonly Translation<TimeSpan> DailyQuestNextDayWarning
Field Value
QuestCompleted
[TranslationData("Sent when a quest is completed.")]
public readonly Translation<string> QuestCompleted
Field Value
QuestUpdated
[TranslationData("Sent when a quest is updated, example the player got a kill.")]
public readonly Translation<string> QuestUpdated
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }