fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.base
/
ThemePacksManifestData
Theme
Packs
Manifest
Data
@
Serializable
data
class
ThemePacksManifestData
(
val
version
:
String
,
val
packs
:
List
<
ThemePack
>
)
主题包清单数据 包含主题包清单信息
Parameters
version
清单版本
packs
主题包列表
Members
Constructors
Theme
Packs
Manifest
Data
Link copied to clipboard
constructor
(
version
:
String
,
packs
:
List
<
ThemePack
>
)
Properties
packs
Link copied to clipboard
val
packs
:
List
<
ThemePack
>
version
Link copied to clipboard
val
version
:
String