fr.jeanf.questsystem 0.0.56 → 0.0.57

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.
package/README.md CHANGED
@@ -18,3 +18,5 @@ Credits:
18
18
  - It is inspired by this <a href="https://github.com/shapedbyrainstudios/quest-system">this</a>.
19
19
  - I simply implemented this code in my package registry and tweaked it to my liking. Overtime I will add quite a lot of functionalities but for now I focus on making it work with my custom Event System.
20
20
 
21
+ Contributors:
22
+ [Code] Felix Cotes-Charlebois <a href="https://github.com/Percevent13">
@@ -52,6 +52,7 @@ namespace jeanf.questsystem
52
52
  public void OnEnable()
53
53
  {
54
54
  InitializeQuestStep();
55
+ Debug.Log("Played questStep's enable");
55
56
  }
56
57
 
57
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.56",
3
+ "version":"0.0.57",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",