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