Merge remote-tracking branch 'origin/master' into pr/2393

This commit is contained in:
BruceChen 2023-01-16 14:46:18 +08:00
commit 730cdf92e7
6 changed files with 29 additions and 4 deletions

View file

@ -258,6 +258,15 @@ namespace MinecraftClient {
}
}
/// <summary>
/// Looks up a localized string similar to Capped between 1 to 4.
/// </summary>
internal static string ChatBot_AutoAttack_Attack_Range {
get {
return ResourceManager.GetString("ChatBot.AutoAttack.Attack_Range", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to How long to wait between each attack. Set &quot;Custom = false&quot; to let MCC calculate it..
/// </summary>