Table of Contents

Class GameOverUITranslations

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

Translation<int>

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

Translation<int>

Title

[TranslationData("Shows at the end of a game to show who won the game.")]
public readonly Translation<FactionInfo> Title

Field Value

Translation<FactionInfo>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string