toontown-just-works/toontown/cogdominium/CogdoCraneGameBase.py

11 lines
249 B
Python
Raw Permalink Normal View History

2024-07-07 18:08:39 -05:00
from toontown.cogdominium import CogdoCraneGameSpec
from toontown.cogdominium import CogdoCraneGameConsts as Consts
class CogdoCraneGameBase:
def getConsts(self):
return Consts
def getSpec(self):
return CogdoCraneGameSpec