historical/toontown-just-works.git/otp/avatar/PlayerBase.py

8 lines
123 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
class PlayerBase:
def atLocation(self, locationId):
return True
def getLocation(self):
return []