fr.jeanf.questsystem 0.0.35 → 0.0.36

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.
@@ -14,8 +14,6 @@ namespace jeanf.questsystem
14
14
  [System.Serializable, NodeMenuItem("questSystem/QuestStep")]
15
15
  public class QuestStep : MonoBehaviour, IDebugBehaviour
16
16
  {
17
-
18
- public GameObject PrefabToInstantiate;
19
17
  [field: Space(10)][field: ReadOnly][SerializeField] string stepId;
20
18
  public string StepId { get { return stepId; } }
21
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.35",
3
+ "version":"0.0.36",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",