fishyboteso/fishy/systems/globals.py
DESKTOP-JVKHS7I\Adam 7361cc46ee 0.2.5 fixed path joining error for shortcut and addon
- added a warning for addon not visible
- added requests and bs4 in requirements
2020-04-20 18:33:44 +05:30

9 lines
176 B
Python

class G:
"""
Initialize global variables used by different services
"""
fishCaught = 0
totalFishCaught = 0
stickInitTime = 0
FishingStarted = False