Menu almost complete. All that I need to do is add colours to see what is enabled.
This commit is contained in:
9
src/client/kotlin/chickenmanfy/scify/Modules/hotkey.kt
Normal file
9
src/client/kotlin/chickenmanfy/scify/Modules/hotkey.kt
Normal 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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user