Is there a way to do something like the following:...
# announcements
j
Is there a way to do something like the following:
Copy code
class PhaseDefinition<T: GamePhaseBase<C: GameContextBase>>(val init: PhaseDefinition<T>.() -> Unit) {...}