Actor

data class Actor(val name: String, val type: ActorType)

Constructors

Link copied to clipboard
constructor(name: String, type: ActorType)

Properties

Link copied to clipboard
Link copied to clipboard