mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
6 lines
298 B
Python
Executable file
6 lines
298 B
Python
Executable file
from toontown.parties.DistributedPartyCogActivity import DistributedPartyCogActivity
|
|
|
|
class DistributedPartyWinterCogActivity(DistributedPartyCogActivity):
|
|
|
|
def __init__(self, cr):
|
|
DistributedPartyCogActivity.__init__(self, cr, 'phase_13/models/parties/tt_m_ara_pty_cogPieArenaWinter')
|