Class DevBuildablesTranslations
public sealed class DevBuildablesTranslations : PropertiesTranslationCollection
- Inheritance
-
DevBuildablesTranslations
- Inherited Members
Fields
BarricadeSaveStateSuccess
[TranslationData("Sent to an admin/developer when they successfully save a barricade's state.", IsPriorityTranslation = false)]
public readonly Translation<ItemPlaceableAsset, FactionInfo> BarricadeSaveStateSuccess
Field Value
- Translation<ItemPlaceableAsset, FactionInfo>
FactionsNotFound
[TranslationData("Sent to an admin/developer when they try to save a barricade's state under an unknown faction.", IsPriorityTranslation = false)]
public readonly Translation<string> FactionsNotFound
Field Value
FactionsNotSupported
[TranslationData("Sent to an admin/developer when they try to use a command but factions are not supported.", IsPriorityTranslation = false)]
public readonly Translation FactionsNotSupported
Field Value
NotLookingAtBarricade
[TranslationData("Sent to an admin/developer when they try to use a command while not looking at a barricade.", IsPriorityTranslation = false)]
public readonly Translation NotLookingAtBarricade
Field Value
NotLookingAtSavedBarricade
[TranslationData("Sent to an admin/developer when they try to use a command while looking at an unsaved barricade.", IsPriorityTranslation = false)]
public readonly Translation NotLookingAtSavedBarricade
Field Value
StateRestocked
[TranslationData("Sent to an admin/developer when they try forcefully restock a barricade.", IsPriorityTranslation = false)]
public readonly Translation StateRestocked
Field Value
StateStorageNotSupported
[TranslationData("Sent to an admin/developer when they try to use a command but barricade state storage is not supported.", IsPriorityTranslation = false)]
public readonly Translation StateStorageNotSupported
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }