RelationWithData

data class RelationWithData<K : Component?, T : Component?>(val data: K, val targetData: T, val relation: Relation)

Constructors

Link copied to clipboard
constructor(data: K, targetData: T, relation: Relation)

Properties

Link copied to clipboard
val data: K
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard