mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
import { cache, onCache } from '../../../shared';
|
|
|
|
cache.playerId = PlayerId();
|
|
cache.serverId = GetPlayerServerId(cache.playerId);
|
|
|
|
export { cache, onCache };
|