@citizenfx/client 2.0.6259-1 → 2.0.6261-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/natives_universal.d.ts +2 -0
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -26754,6 +26754,8 @@ declare function RegisterNoirScreenEffectThisFrame(): void;
|
|
|
26754
26754
|
*/
|
|
26755
26755
|
declare function N_0xa44ff770dfbc5dae(): void;
|
|
26756
26756
|
|
|
26757
|
+
declare function RegisterNuiCallback(callbackType: string, callback: Function): void;
|
|
26758
|
+
|
|
26757
26759
|
declare function RegisterNuiCallbackType(callbackType: string): void;
|
|
26758
26760
|
|
|
26759
26761
|
/**
|