simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot.application
/
ApplicationFactory
/
create
create
abstract
suspend
fun
create
(
configurator
:
Config
.
(
)
->
Unit
,
builder
:
suspend
Builder
.
(
Config
)
->
Unit
)
:
A
提供配置函数和构建器函数,构建一个
Application
实例。