historical/toontown-just-works.git/otp/avatar/PlayerBase.py
2024-01-16 11:20:27 -06:00

7 lines
123 B
Python

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