feat: Add bazaar/ah search hotkey

This commit is contained in:
Linnea Gräf
2024-11-17 17:29:15 +01:00
parent 915ab96b24
commit 970dfddaf9
11 changed files with 196 additions and 78 deletions

View File

@@ -0,0 +1,5 @@
package moe.nea.firmament.events
class ClientInitEvent : FirmamentEvent() {
companion object : FirmamentEventBus<ClientInitEvent>()
}