Updating objectives
Use this function whenever you want to increment the objectives
Passing only the objectiveType will increment all the objectives with that specific type by 1
ObjectivesManager.instance.UpdateObjective(string objectiveType);
Passing both the objectiveType and amount will increment all the objectives with that specific type by that custom amount
ObjectivesManager.instance.UpdateObjective(int amount, string objectiveType);
Last modified: 31 October 2023