mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
10 lines
249 B
Python
Executable file
10 lines
249 B
Python
Executable file
from toontown.cogdominium import CogdoCraneGameSpec
|
|
from toontown.cogdominium import CogdoCraneGameConsts as Consts
|
|
|
|
class CogdoCraneGameBase:
|
|
|
|
def getConsts(self):
|
|
return Consts
|
|
|
|
def getSpec(self):
|
|
return CogdoCraneGameSpec
|