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