Actor.prototype._connections(): Map<ConnectionId, Connection<this>>
Actor.prototype._connections(): Map<ConnectionId, Connection<this>>
Add Package
deno add jsr:@rivet-gg/actor
Import symbol
import { Actor } from "@rivet-gg/actor";
---- OR ----
Import directly with a jsr specifier
import { Actor } from "jsr:@rivet-gg/actor";