Skip to content

Commit

Permalink
Added support for Mud Racing and Mow and Trim games!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Aug 23, 2024
1 parent 896c9ba commit 0db0956
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,20 @@
'promoId': '2aaf5aee-2cbc-47ec-8a3f-0962cc14bc71',
'timing': 20000 / 1000,
'attempts': 20,
},
8: {
'name': 'Mow and Trim',
'appToken': 'ef319a80-949a-492e-8ee0-424fb5fc20a6',
'promoId': 'ef319a80-949a-492e-8ee0-424fb5fc20a6',
'timing': 20000 / 1000,
'attempts': 20,
},
9: {
'name': 'Mud Racing',
'appToken': '8814a785-97fb-4177-9193-ca4180ff9da8',
'promoId': '8814a785-97fb-4177-9193-ca4180ff9da8',
'timing': 20000 / 1000,
'attempts': 20,
}
}

Expand Down

0 comments on commit 0db0956

Please sign in to comment.