UNPKG
@platinumscripts/ps_lib
Version:
latest (1.0.0)
1.0.0
JS/TS wrapper for ps_lib exports
github.com/Platinum-Scripts/ps_lib
Platinum-Scripts/ps_lib
@platinumscripts/ps_lib
/
client
/
resource
/
cache
/
index.ts
7 lines
(4 loc)
•
160 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ cache, onCache }
from
'../../../shared'
; cache.
playerId
=
PlayerId
(); cache.
serverId
=
GetPlayerServerId
(cache.
playerId
);
export
{ cache, onCache };