forked from Cookies_Github_mirror/AquaDX
[O] riik GetGameSetting
This commit is contained in:
@@ -16,5 +16,5 @@ data class RequestContext(
|
||||
val data: Map<String, Any>,
|
||||
)
|
||||
|
||||
typealias SpecialHandler = (RequestContext) -> Any?
|
||||
typealias SpecialHandler = RequestContext.() -> Any?
|
||||
fun BaseHandler.toSpecial() = { ctx: RequestContext -> handle(ctx.data) }
|
||||
|
||||
Reference in New Issue
Block a user