toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-core
/
love.forte.simbot.component.qguild.bot.config
/
ShardConfig
/
Simple
Simple
@
Serializable
@
SerialName
(
value
=
"simple"
)
@
UsedOnlyForConfigSerialization
data
class
Simple
(
val
value
:
Int
,
val
total
:
Int
)
:
ShardConfig
(
source
)
与直接构建
Shard
近似的方式。
{
"type": "simple",
"value": 0,
"total": 1
}
Content copied to clipboard
See also
Shard
Members
Constructors
Simple
Link copied to clipboard
constructor
(
value
:
Int
,
total
:
Int
)
Properties
shard
Link copied to clipboard
open
override
val
shard
:
Shard
得到配置的
Shard
total
Link copied to clipboard
val
total
:
Int
value
Link copied to clipboard
val
value
:
Int