mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
feat: update warrior keymap and add priest keymap with new skills and hotkeys
- Modified warrior keymap to change the unit for "拳击" and ensure proper formatting. - Introduced a new ReservedUnit class to manage reserved units and their display names. - Added a comprehensive priest keymap with multiple skills and corresponding hotkeys, enhancing gameplay functionality.
This commit is contained in:
@@ -4,7 +4,7 @@ internal static class ModuleDisplay
|
||||
{
|
||||
public static string FormatListItem(ModuleDefinition module)
|
||||
{
|
||||
return $"{module.Name} [{FormatMatch(module.Match)}]";
|
||||
return module.Name;
|
||||
}
|
||||
|
||||
public static string FormatMatch(ModuleMatch match)
|
||||
|
||||
Reference in New Issue
Block a user