toontown-just-works/otp/avatar/PlayerBase.py
2024-07-07 18:08:39 -05:00

7 lines
123 B
Python

class PlayerBase:
def atLocation(self, locationId):
return True
def getLocation(self):
return []