Simple Robot Component Tencent Guild
3.2.0.0
jvm
simbot-component-qq-guild-core-common
/
love.forte.simbot.component.qguild.config
/
ShardConfig
/
Simple
Simple
@
Serializable
@
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