mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
7 lines
No EOL
122 B
Python
Executable file
7 lines
No EOL
122 B
Python
Executable file
class PlayerBase:
|
|
|
|
def atLocation(self, locationId):
|
|
return True
|
|
|
|
def getLocation(self):
|
|
return [] |