mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-04-23 16:25:42 +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
|