Fix up most of the remaining event handlers
[no changelog]
This commit is contained in:
@@ -8,8 +8,11 @@ package moe.nea.firmament.events.subscription
|
||||
|
||||
import moe.nea.firmament.events.FirmamentEvent
|
||||
import moe.nea.firmament.events.FirmamentEventBus
|
||||
import moe.nea.firmament.features.FirmamentFeature
|
||||
|
||||
interface SubscriptionOwner
|
||||
interface SubscriptionOwner {
|
||||
val delegateFeature: FirmamentFeature
|
||||
}
|
||||
|
||||
data class Subscription<T : FirmamentEvent>(
|
||||
val owner: SubscriptionOwner,
|
||||
|
||||
Reference in New Issue
Block a user