Files
Coding-Farm/2.harvest.py
2025-10-16 12:56:48 +08:00

13 lines
131 B
Python

'''
while True:
harvest()
#do_a_flip()
'''
while True:
if can_harvest():
harvest()
else:
do_a_flip()
#?翻跟头干什么