mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
10 lines
198 B
Python
10 lines
198 B
Python
class G:
|
|
"""
|
|
Initialize global variables used by different services
|
|
"""
|
|
fishCaught = 0
|
|
totalFishCaught = 0
|
|
stickInitTime = 0
|
|
FishingStarted = False
|
|
_is_subbed = None
|