io.github.srs.controller.message

Members list

Type members

Classlikes

final case class DynamicEntityProposal(entity: DynamicEntity, action: Action[IO])

Represents a proposal for a dynamic entity to perform an action.

Represents a proposal for a dynamic entity to perform an action.

Value parameters

action

the action that the entity is proposed to perform.

entity

the entity that is being proposed to perform the action.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all