fr.jeanf.questsystem 0.0.68 → 0.0.69

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.
@@ -53,7 +53,7 @@ namespace jeanf.questsystem
53
53
  [Header("Event Channels")]
54
54
  [SerializeField] private StringEventChannelSO sendQuestStepTooltip;
55
55
  [SerializeField] private StringEventChannelSO stepValidationOverride;
56
- [SerializeField] private StringEventChannelSO abortStepSO;
56
+ [SerializeField] protected StringEventChannelSO abortStepSO;
57
57
  #endregion
58
58
 
59
59
  #region standard unity methods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fr.jeanf.questsystem",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "displayName": "Quest system",
5
5
  "description": "This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",