@cybermp-community/client-types 2.3.2 → 2.3.3

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.
@@ -70,6 +70,11 @@ declare module '../classes.d.ts' {
70
70
  StartMainMenu(): void;
71
71
  }
72
72
 
73
+ // TODO: Research
74
+ // export interface gamePuppet {
75
+ // GetGender(): CyberEnums.EPlayerGender;
76
+ // }
77
+
73
78
  export interface ScriptedPuppet {
74
79
  GetGender(): CyberEnums.EPlayerGender;
75
80
  }
@@ -123,7 +123,7 @@ declare module '../mp.d.ts' {
123
123
  /**
124
124
  * Returns time in ms since game start.
125
125
  */
126
- getGameTimer(): number;
126
+ getTimer(): number;
127
127
 
128
128
  getLauncherSettingsJSON(): string;
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cybermp-community/client-types",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "TypeScript type definitions for the CyberMP client-side environment.",
5
5
  "license": "MIT",
6
6
  "author": {