Class DutyCommandTranslations
public class DutyCommandTranslations : PropertiesTranslationCollection
- Inheritance
-
DutyCommandTranslations
- Inherited Members
Fields
DutyOffBroadcast
[TranslationData("Sent to all players when a player goes off duty (loses permissions).")]
public readonly Translation<IPlayer> DutyOffBroadcast
Field Value
DutyOffFeedback
[TranslationData("Sent to a player when they go off duty.", IsPriorityTranslation = false)]
public readonly Translation DutyOffFeedback
Field Value
DutyOnBroadcast
[TranslationData("Sent to all players when a player goes on duty (gains permissions).")]
public readonly Translation<IPlayer> DutyOnBroadcast
Field Value
DutyOnFeedback
[TranslationData("Sent to a player when they go on duty.", IsPriorityTranslation = false)]
public readonly Translation DutyOnFeedback
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }