We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
具体问题如下
from aff.decoder import parse_aff from utils import read_file chart = parse_aff(read_file("alterego_2.aff")) # 这里hold是179,实际为177 hold = chart.get_combo_of(Hold) # 这里总数量为1468,实际物量为1466 total_combo = chart.get_total_combo()
Activity