fishyboteso/fishy/systems/globals.py

9 lines
176 B
Python
Raw Normal View History

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