mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_BUILD]Merge pull request #2405 from ReinforceZwei/attack_range
AutoAttack: Add setting for attack range
This commit is contained in:
commit
d65f69fad4
3 changed files with 22 additions and 0 deletions
|
|
@ -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 "Custom = false" to let MCC calculate it..
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue