mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 09:17:54 +00:00
10 lines
265 B
Python
10 lines
265 B
Python
from toontown.cogdominium import CogdoBoardroomGameSpec
|
|
from toontown.cogdominium import CogdoBoardroomGameConsts as Consts
|
|
|
|
class CogdoBoardroomGameBase:
|
|
|
|
def getConsts(self):
|
|
return Consts
|
|
|
|
def getSpec(self):
|
|
return CogdoBoardroomGameSpec
|