Table of Contents

Class DutyCommandTranslations

Namespace
Uncreated.Warfare.Commands
Assembly
Uncreated.Warfare.dll
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

Translation<IPlayer>

DutyOffFeedback

[TranslationData("Sent to a player when they go off duty.", IsPriorityTranslation = false)]
public readonly Translation DutyOffFeedback

Field Value

Translation

DutyOnBroadcast

[TranslationData("Sent to all players when a player goes on duty (gains permissions).")]
public readonly Translation<IPlayer> DutyOnBroadcast

Field Value

Translation<IPlayer>

DutyOnFeedback

[TranslationData("Sent to a player when they go on duty.", IsPriorityTranslation = false)]
public readonly Translation DutyOnFeedback

Field Value

Translation

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string