Poodletooth-iLand/otp/avatar/PlayerBase.py

7 lines
No EOL
122 B
Python
Executable file

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