Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-common-core
/
love.forte.simbot.common.attribute
/
attribute
attribute
inline
fun
<
T
:
Any
>
attribute
(
name
:
String
)
:
Attribute
<
T
>
(
source
)
构建一个
Attribute
实例。
val attribute = attribute<Foo>("foo")
Content copied to clipboard