Poodletooth-iLand/toontown/cogdominium/CogdoCraneGameBase.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

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