Option to hide chat in battle
This commit is contained in:
Generated
+18
@@ -2021,6 +2021,24 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide the chat during battles..
|
||||
/// </summary>
|
||||
internal static string Options_HideInBattle_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideInBattle_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide during battle.
|
||||
/// </summary>
|
||||
internal static string Options_HideInBattle_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("Options_HideInBattle_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide {0} during loading screens..
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user