mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 03:35:12 -06:00
6 lines
405 B
Python
6 lines
405 B
Python
from toontown.parties.DistributedPartyTrampolineActivity import DistributedPartyTrampolineActivity
|
|
|
|
class DistributedPartyWinterTrampolineActivity(DistributedPartyTrampolineActivity):
|
|
|
|
def __init__(self, cr, doJellyBeans = True, doTricks = False, texture = None):
|
|
DistributedPartyTrampolineActivity.__init__(self, cr, doJellyBeans, doTricks, 'phase_13/maps/tt_t_ara_pty_trampolineWinter.jpg')
|