Poodletooth-iLand/otp/avatar/PlayerBase.py
2015-07-05 19:59:25 -04:00

7 lines
123 B
Python
Executable file

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