Overload_MSCLoader_Keybind_Add - piotrulos/MSCModLoader GitHub Wiki
| Add(String, String, KeyCode) | Add a keybind. |
| Add(Mod, String, String, KeyCode) | Add a keybind. Obsolete |
| Add(String, String, KeyCode, KeyCode) | Add a keybind with modifier. |
| Add(Mod, String, String, KeyCode, KeyCode) | Add a keybind. Obsolete |