Table of Contents

Class NerdTranslations

Namespace
Uncreated.Warfare.Commands
Assembly
Uncreated.Warfare.dll
public sealed class NerdTranslations : PropertiesTranslationCollection
Inheritance
NerdTranslations
Inherited Members

Fields

AddedNerd

[TranslationData("Sent when a player adds someone as a nerd.", IsPriorityTranslation = false)]
public Translation<IPlayer> AddedNerd

Field Value

Translation<IPlayer>

AlreadyChad

[TranslationData("Sent when a player tries to un-nerd someone that's isn't a nerd.", IsPriorityTranslation = false)]
public Translation<IPlayer> AlreadyChad

Field Value

Translation<IPlayer>

AlreadyNerd

[TranslationData("Sent when a player tries to nerd someone that's already a nerd.", IsPriorityTranslation = false)]
public Translation<IPlayer> AlreadyNerd

Field Value

Translation<IPlayer>

RemovedNerd

[TranslationData("Sent when a player removed someone as a nerd.", IsPriorityTranslation = false)]
public Translation<IPlayer> RemovedNerd

Field Value

Translation<IPlayer>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string