@citizenfx/client 2.0.5128-1 → 2.0.5134-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -126,6 +126,7 @@ declare function NewStateBag(name: string) : StateBagInterface;
126
126
  declare function Entity(entity: number): EntityInterface
127
127
  declare var GlobalState : StateBagInterface
128
128
  declare function Player(entity: number|string): EntityInterface
129
+ declare var LocalPlayer : EntityInterface
129
130
 
130
131
  declare var exports: any;
131
132
 
@@ -8081,6 +8081,7 @@ declare function GetFrameTime(): number;
8081
8081
  * * 2060
8082
8082
  * * 2189
8083
8083
  * * 2372
8084
+ * * 2545
8084
8085
  * * RedM
8085
8086
  * * 1311
8086
8087
  * * 1355
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.5128-1",
3
+ "version": "2.0.5134-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {