fr.jeanf.questsystem 0.1.4 → 0.1.5

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.
@@ -139,7 +139,7 @@ namespace jeanf.questsystem
139
139
  }
140
140
 
141
141
 
142
- protected void ApplyFailureConsequence()
142
+ protected virtual void ApplyFailureConsequence()
143
143
  {
144
144
  endStepChannel.RaiseEvent(stepId);
145
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fr.jeanf.questsystem",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "displayName": "Quest system",
5
5
  "description": "This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",