Skip to content

Commit

Permalink
deploy: 9d40f41
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Nov 10, 2024
1 parent d365434 commit bd66a5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion assets/sa/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,8 @@ export const DecisionMakerType = {
"Normal": 1,
"Tough": 2,
"Weak": 3,
"Steal": 4
"Steal": 4,
"Mission": 5
};
export const DriveByType = {
"FixedLeft": 0,
Expand Down
3 changes: 2 additions & 1 deletion assets/sa/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,8 @@
"Normal": null,
"Tough": null,
"Weak": null,
"Steal": null
"Steal": null,
"Mission": null
},
"DriveByType": {
"FixedLeft": null,
Expand Down
1 change: 1 addition & 0 deletions assets/sa/enums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2779,6 +2779,7 @@ enum DecisionMakerType
Tough
Weak
Steal
Mission
end

enum DriveByType
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": 1731127838170,
"timestamp": 1731210790257,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit bd66a5c

Please sign in to comment.