Files

7 lines
160 B
TypeScript
Raw Permalink Normal View History

import { cache, onCache } from '../../../shared';
cache.playerId = PlayerId();
cache.serverId = GetPlayerServerId(cache.playerId);
export { cache, onCache };