We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
具体问题如下
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()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
具体问题如下
The text was updated successfully, but these errors were encountered: