Add mixin extras

This commit is contained in:
nea
2023-06-12 02:39:48 +02:00
parent a1fb86f653
commit 9508bcc851
5 changed files with 14 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ package moe.nea.firmament.events
* Typically, that event bus is implemented as a companion object
*
* ```
* class SomeEvent : NEUEvent() {
* companion object : NEUEventBus<SomeEvent>()
* class SomeEvent : FirmamentEvent() {
* companion object : FirmamentEventBus<SomeEvent>()
* }
* ```
*/