fr.jeanf.questsystem 0.1.1 → 0.1.2

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.
@@ -58,7 +58,7 @@ namespace jeanf.questsystem
58
58
  #endregion
59
59
 
60
60
  [Header("Step Parameters")]
61
- [SerializeField] bool isTimed;
61
+ [SerializeField] protected bool isTimed;
62
62
  [SerializeField, DrawIf("isTimed", true, ComparisonType.Equals, DisablingType.DontDraw)] float timerDuration;
63
63
  float time;
64
64
  #region standard unity methods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fr.jeanf.questsystem",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "displayName": "Quest system",
5
5
  "description": "This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",