* Add HotkeyDialogLogic.cs * Add dialog-hotkey.yaml to all mods * Add `GetFirstDuplicate` method to HotkeyManager to aid in validation * Add "Player" and/or "Spectator" type to all hotkeys to allow for validation based on overlapping types * Change settings.yaml and SettingsLogic.cs to work with the new dialog
24 lines
407 B
YAML
24 lines
407 B
YAML
SupportPower01:
|
|
Description: Slot 01
|
|
Types: SupportPower, Player
|
|
|
|
SupportPower02:
|
|
Description: Slot 02
|
|
Types: SupportPower, Player
|
|
|
|
SupportPower03:
|
|
Description: Slot 03
|
|
Types: SupportPower, Player
|
|
|
|
SupportPower04:
|
|
Description: Slot 04
|
|
Types: SupportPower, Player
|
|
|
|
SupportPower05:
|
|
Description: Slot 05
|
|
Types: SupportPower, Player
|
|
|
|
SupportPower06:
|
|
Description: Slot 06
|
|
Types: SupportPower, Player
|