Class SeedingTranslations
public sealed class SeedingTranslations : PropertiesTranslationCollection
- Inheritance
-
SeedingTranslations
- Inherited Members
Fields
SeedingDescriptionWaitingForCooldown
[TranslationData("Description of whats happening when enough players have joined but the cooldown timer is ticking.")]
public readonly Translation SeedingDescriptionWaitingForCooldown
Field Value
SeedingDescriptionWaitingForPlayers
[TranslationData("Description of whats happening when waiting for players to join.")]
public readonly Translation SeedingDescriptionWaitingForPlayers
Field Value
SeedingVoteNo
[TranslationData("The text of the 'no' vote.", new string?[] { "Number of votes, green if it's the current player's vote." })]
public readonly Translation<string> SeedingVoteNo
Field Value
SeedingVoteTitle
[TranslationData("The title of the vote UI to start the seeding mode.")]
public readonly Translation SeedingVoteTitle
Field Value
SeedingVoteYes
[TranslationData("The text of the 'yes' vote.", new string?[] { "Number of votes, green if it's the current player's vote." })]
public readonly Translation<string> SeedingVoteYes
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }