geary
0.22.11
common
geary-prefabs
/
com.mineinabyss.geary.prefabs.configuration.components
/
RelationOnPrefab
Relation
On
Prefab
@
Serializable
data
class
RelationOnPrefab
(
val
target
:
String
,
val
data
:
Component
)
A component that will add a relation to this entity with a
target
,
data
pair.
Members
Constructors
Relation
On
Prefab
Link copied to clipboard
constructor
(
target
:
String
,
data
:
Component
)
Properties
data
Link copied to clipboard
val
data
:
Component
target
Link copied to clipboard
val
target
:
String