update
@ExperimentalSimbotAPI
使用 Kotlin DSL 更新当前服务器角色信息。
val updated = role.update { // suspend
name = "老生"
isHoist = true
color = 123
// other ...
}
Content copied to clipboard
Return
receiver 自身
使用 Kotlin DSL 更新当前服务器角色信息。
val updated = role.update { // suspend
name = "老生"
isHoist = true
color = 123
// other ...
}
receiver 自身