refactoring
This commit is contained in:
8
src/main/kotlin/eventDemo/app/event/GameEventBus.kt
Normal file
8
src/main/kotlin/eventDemo/app/event/GameEventBus.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
package eventDemo.app.event
|
||||
|
||||
import eventDemo.app.GameId
|
||||
import eventDemo.libs.event.EventBus
|
||||
|
||||
class GameEventBus(
|
||||
bus: EventBus<GameEvent, GameId>,
|
||||
) : EventBus<GameEvent, GameId> by bus
|
||||
Reference in New Issue
Block a user