Skip to content

Commit

Permalink
deploy: bf62fa7
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 14, 2024
1 parent f93cf9a commit 082ee3e
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 22 deletions.
9 changes: 8 additions & 1 deletion assets/gta3_mobile/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,14 @@ export const CoronaType = {
export const Platform = {
"None": 0,
"Android": 1,
"PSP": 2
"Psp": 2,
"Ios": 3,
"Fos": 4,
"Xbox": 5,
"Ps2": 6,
"Ps3": 7,
"Mac": 8,
"Windows": 9
};
export const GameVerInternal = {
"VER_NONE": 0,
Expand Down
13 changes: 10 additions & 3 deletions assets/gta3_mobile/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,16 @@
"Streak": 8
},
"Platform": {
"None": 0,
"Android": 1,
"PSP": 2
"None": null,
"Android": null,
"Psp": null,
"Ios": null,
"Fos": null,
"Xbox": null,
"Ps2": null,
"Ps3": null,
"Mac": null,
"Windows": null
},
"GameVerInternal": {
"VER_NONE": 0,
Expand Down
13 changes: 10 additions & 3 deletions assets/gta3_mobile/enums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,16 @@ enum CoronaType
end

enum Platform
None=0
Android=1
PSP=2
None
Android
Psp
Ios
Fos
Xbox
Ps2
Ps3
Mac
Windows
end

enum GameVerInternal
Expand Down
9 changes: 8 additions & 1 deletion assets/sa_mobile/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,14 @@ export const DefaultTaskAllocator = {
export const Platform = {
"None": 0,
"Android": 1,
"PSP": 2
"Psp": 2,
"Ios": 3,
"Fos": 4,
"Xbox": 5,
"Ps2": 6,
"Ps3": 7,
"Mac": 8,
"Windows": 9
};
export const GameVerInternal = {
"VER_NONE": 0,
Expand Down
13 changes: 10 additions & 3 deletions assets/sa_mobile/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,9 +979,16 @@
"Random": 5
},
"Platform": {
"None": 0,
"Android": 1,
"PSP": 2
"None": null,
"Android": null,
"Psp": null,
"Ios": null,
"Fos": null,
"Xbox": null,
"Ps2": null,
"Ps3": null,
"Mac": null,
"Windows": null
},
"GameVerInternal": {
"VER_NONE": 0,
Expand Down
13 changes: 10 additions & 3 deletions assets/sa_mobile/enums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1025,9 +1025,16 @@ enum DefaultTaskAllocator
end

enum Platform
None=0
Android=1
PSP=2
None
Android
Psp
Ios
Fos
Xbox
Ps2
Ps3
Mac
Windows
end

enum GameVerInternal
Expand Down
9 changes: 8 additions & 1 deletion assets/vc_mobile/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,14 @@ export const SeekOrigin = {
export const Platform = {
"None": 0,
"Android": 1,
"PSP": 2
"Psp": 2,
"Ios": 3,
"Fos": 4,
"Xbox": 5,
"Ps2": 6,
"Ps3": 7,
"Mac": 8,
"Windows": 9
};
export const GameVerInternal = {
"VER_NONE": 0,
Expand Down
13 changes: 10 additions & 3 deletions assets/vc_mobile/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,16 @@
"End": 2
},
"Platform": {
"None": 0,
"Android": 1,
"PSP": 2
"None": null,
"Android": null,
"Psp": null,
"Ios": null,
"Fos": null,
"Xbox": null,
"Ps2": null,
"Ps3": null,
"Mac": null,
"Windows": null
},
"GameVerInternal": {
"VER_NONE": 0,
Expand Down
13 changes: 10 additions & 3 deletions assets/vc_mobile/enums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -887,9 +887,16 @@ enum SeekOrigin
end

enum Platform
None=0
Android=1
PSP=2
None
Android
Psp
Ios
Fos
Xbox
Ps2
Ps3
Mac
Windows
end

enum GameVerInternal
Expand Down
2 changes: 1 addition & 1 deletion ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1734054478054,
"timestamp": 1734175940650,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit 082ee3e

Please sign in to comment.