Actor.start(ctx: ActorContext): Promise<void>
Called by Rivet runtime to start a new actor. This class must use export default
in order to be called automatically.
This should never be used directly.
ctx: ActorContext
- The actor context.
Promise<void>