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

8 lines
123 B
Python
Raw Permalink Normal View History

2024-07-07 18:08:39 -05:00
class PlayerBase:
def atLocation(self, locationId):
return True
def getLocation(self):
return []