Implement sounds on interaction

This commit is contained in:
Infi
2024-04-16 00:36:30 +02:00
parent 230e63033d
commit 30ccf8e416
6 changed files with 61 additions and 5 deletions
+18
View File
@@ -2183,6 +2183,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Play sounds on interaction..
/// </summary>
internal static string Options_PlaySounds_Description {
get {
return ResourceManager.GetString("Options_PlaySounds_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Play sounds.
/// </summary>
internal static string Options_PlaySounds_Name {
get {
return ResourceManager.GetString("Options_PlaySounds_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Display messages in a more modern style..
/// </summary>