nrelay v8.8.7 using PlayerTracker
I'm trying to work with PlayerTracker from the stdlib in nrelay version: v8.8.7:
import { PlayerTracker } from 'nrelay';
Unfortunately the documentation looks dated, and I'm getting an error while building that the module has no exported member 'PlayerTracker'.
Does anyone know how to fix this? Is there another path I should be using, or should I change the export configurations of the nrelay module?
import { PlayerTracker } from 'nrelay';
Unfortunately the documentation looks dated, and I'm getting an error while building that the module has no exported member 'PlayerTracker'.
Does anyone know how to fix this? Is there another path I should be using, or should I change the export configurations of the nrelay module?
