Poodletooth-iLand/otp/avatar/PlayerBase.py
2015-11-14 14:28:53 -05:00

7 lines
123 B
Python

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