@citizenfx/client 2.0.5133-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 +1 -0
- package/package.json +1 -1
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
|
|