import { type Actor } from ".";
Anything that has its own state and/or performs actions
Properties
reference: ActorReference
state: Record<FactorReference, Factor | undefined>
import { type Actor } from ".";
Anything that has its own state and/or performs actions
reference: ActorReference
state: Record<FactorReference, Factor | undefined>