fr.jeanf.questsystem 0.0.54 → 0.0.55

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.
@@ -49,7 +49,7 @@ namespace jeanf.questsystem
49
49
 
50
50
 
51
51
 
52
- private void OnEnable()
52
+ public void OnEnable()
53
53
  {
54
54
  InitializeQuestStep();
55
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.54",
3
+ "version":"0.0.55",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",