Files
python-uncompyle6/test/simple_source/bug22/03_if1.py
2017-04-16 14:47:11 -04:00

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