interface OffMeshConnection {
    getConnections(): OffMeshConnectionParams[];
}

Implemented by

Methods