fr.jeanf.questsystem 0.0.69 → 0.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -125,6 +125,7 @@ namespace jeanf.questsystem
125
125
  }
126
126
  public void AbortStep(string id)
127
127
  {
128
+ Debug.Log("Aborting Step: " + this.gameObject.name);
128
129
  if (id == this.stepId)
129
130
  {
130
131
  Destroy(this.gameObject);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fr.jeanf.questsystem",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "displayName": "Quest system",
5
5
  "description": "This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",