Class NerdTranslations
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
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
AlreadyNerd
[TranslationData("Sent when a player tries to nerd someone that's already a nerd.", IsPriorityTranslation = false)]
public Translation<IPlayer> AlreadyNerd
Field Value
RemovedNerd
[TranslationData("Sent when a player removed someone as a nerd.", IsPriorityTranslation = false)]
public Translation<IPlayer> RemovedNerd
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }