habbokt
jvm
api
/
com.habbokt.api.room
/
RoomSubCategory
Room
Sub
Category
data
class
RoomSubCategory
(
val
id
:
Int
,
val
parentId
:
Int
,
val
name
:
String
)
Author
Jordan Abraham
Members
Constructors
Room
Sub
Category
Link copied to clipboard
constructor
(
id
:
Int
,
parentId
:
Int
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
parent
Id
Link copied to clipboard
val
parentId
:
Int