mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
6 lines
411 B
Python
Executable file
6 lines
411 B
Python
Executable file
from toontown.parties.DistributedPartyTrampolineActivity import DistributedPartyTrampolineActivity
|
|
|
|
class DistributedPartyValentineTrampolineActivity(DistributedPartyTrampolineActivity):
|
|
|
|
def __init__(self, cr, doJellyBeans = True, doTricks = False, texture = None):
|
|
DistributedPartyTrampolineActivity.__init__(self, cr, doJellyBeans, doTricks, 'phase_13/maps/tt_t_ara_pty_trampolineValentine.jpg')
|