You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
8 lines
185 B
Python
8 lines
185 B
Python
# From https://github.com/ToontownInfinite /src/otp/avatar/LocalAvatar.py#L364
|
|
if 1:
|
|
def jumpLandAnimFix(self, jumpTime):
|
|
return 5
|
|
|
|
def jumpLand(self):
|
|
return 6
|