Menu almost complete. All that I need to do is add colours to see what is enabled.

This commit is contained in:
desyncfy
2024-06-13 18:54:08 -07:00
parent 0a2b4d252b
commit 2a5fae25f2
6 changed files with 81 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
package chickenmanfy.scify.Modules
import net.fabricmc.fabric.impl.command.client.ClientCommandInternals.executeCommand
class hotkey {
fun hotkey() {
// TODO: Implement hotkeys in this file.
}
}