Class GameOverUITranslations
public class GameOverUITranslations : PropertiesTranslationCollection
- Inheritance
-
GameOverUITranslations
- Inherited Members
Fields
CachesLeft
[TranslationData("The text that shows how many caches a team had left at the end of the game.")]
public readonly Translation<int> CachesLeft
Field Value
TicketsLeft
[TranslationData("The text that shows how many tickets a team had left at the end of the game.")]
public readonly Translation<int> TicketsLeft
Field Value
Title
[TranslationData("Shows at the end of a game to show who won the game.")]
public readonly Translation<FactionInfo> Title
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }