mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
添加了icon, 一键辅助
This commit is contained in:
@@ -82,5 +82,15 @@ public sealed class KeymapService
|
||||
var normalizedUnit = unit.GetValueOrDefault();
|
||||
return _hotkeys.TryGetValue((normalizedUnit, spell), out var hotkey) ? hotkey : null;
|
||||
}
|
||||
|
||||
public IReadOnlyDictionary<int, string> GetCurrentFailedSpells()
|
||||
{
|
||||
return _config.GetFailedSpells(_currentClassId);
|
||||
}
|
||||
|
||||
public IReadOnlyDictionary<int, string> GetCurrentOneKeySpells()
|
||||
{
|
||||
return _config.GetOneKeySpells(_currentClassId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user