mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
11 lines
265 B
Python
11 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
|