Poodletooth-iLand/otp/avatar/PlayerBase.py

8 lines
123 B
Python
Raw Normal View History

2015-11-14 19:28:53 +00:00
class PlayerBase:
def atLocation(self, locationId):
return True
def getLocation(self):
return []