4 lines
206 B
TOML
4 lines
206 B
TOML
|
[[tasks]]
|
||
|
name = "启动游戏" # 任务的名字,可选,默认为任务类型
|
||
|
type = "StartUp" # 任务的类型
|
||
|
params = { client_type = "Official", start_game_enabled = true } # 对应任务的参数
|