fr.jeanf.questsystem 0.0.57 → 0.0.58

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.
@@ -8,7 +8,7 @@ using jeanf.validationTools;
8
8
 
9
9
  namespace jeanf.questsystem
10
10
  {
11
- [System.Serializable, NodeMenuItem("questSystem/QuestStep")]
11
+ [System.Serializable, NodeMenuItem("questSystem/QuestStep"), DefaultExecutionOrder(1)]
12
12
  public class QuestStep : MonoBehaviour, IDebugBehaviour
13
13
  {
14
14
  [field: Space(10)][field: ReadOnly][SerializeField] string stepId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.57",
3
+ "version":"0.0.58",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",