Interface EventConverterParameterObjectGameLike

interface EventConverterParameterObjectGameLike {
    _decodeOperationPluginOperation: (
        code: number,
        op: (string | number)[],
    ) => any;
    _localDb: WeakRefKVS<E>;
    db: WeakRefKVS<E>;
}

Properties

_decodeOperationPluginOperation: (code: number, op: (string | number)[]) => any
_localDb: WeakRefKVS<E>