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
Add to ObjectiveBuilder:
QuestBuilder quest() to get the quest the objective is in
QuestBuilder quest()
Add to OutcomeBuilder:
ObjectiveBuilder objective() to get the objective the outcome is for
ObjectiveBuilder objective()
QuestBuilder quest() equivalent to objective().quest()
objective().quest()
Will do this at some point as on holiday ATM.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add to ObjectiveBuilder:
QuestBuilder quest()
to get the quest the objective is inAdd to OutcomeBuilder:
ObjectiveBuilder objective()
to get the objective the outcome is forQuestBuilder quest()
equivalent toobjective().quest()
Will do this at some point as on holiday ATM.
The text was updated successfully, but these errors were encountered: