fr.jeanf.questsystem 0.0.19 → 0.0.20

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.
@@ -170,4 +170,7 @@ MonoBehaviour:
170
170
  questInfoForPoint: {fileID: 11400000, guid: b7b6381ae7b9c2244862b31a1ce5b2f5, type: 2}
171
171
  progress: 0
172
172
  clearToStart: 0
173
- requirementCheck: {fileID: 0}
173
+ QuestProgress: {fileID: 11400000, guid: d6b05e1957994c8449fb72e849a2a3d6, type: 2}
174
+ StartQuestEventChannel: {fileID: 11400000, guid: c510c1e4d26428740b3e329cca98e5d1,
175
+ type: 2}
176
+ requirementCheck: {fileID: 11400000, guid: a4dae407f780f974abbf43c280515876, type: 2}
@@ -166,6 +166,11 @@ MonoBehaviour:
166
166
  m_Name:
167
167
  m_EditorClassIdentifier:
168
168
  _isDebug: 1
169
+ _startQuestOnEnable: 0
169
170
  questInfoForPoint: {fileID: 11400000, guid: ee924c4edf671a44b8585cc39cc20e7a, type: 2}
170
171
  progress: 0
171
172
  clearToStart: 0
173
+ QuestProgress: {fileID: 11400000, guid: d6b05e1957994c8449fb72e849a2a3d6, type: 2}
174
+ StartQuestEventChannel: {fileID: 11400000, guid: c510c1e4d26428740b3e329cca98e5d1,
175
+ type: 2}
176
+ requirementCheck: {fileID: 11400000, guid: a4dae407f780f974abbf43c280515876, type: 2}
@@ -166,6 +166,11 @@ MonoBehaviour:
166
166
  m_Name:
167
167
  m_EditorClassIdentifier:
168
168
  _isDebug: 1
169
+ _startQuestOnEnable: 0
169
170
  questInfoForPoint: {fileID: 11400000, guid: a249a914e47bba041b17cb82c0fd3105, type: 2}
170
171
  progress: 0
171
172
  clearToStart: 0
173
+ QuestProgress: {fileID: 11400000, guid: d6b05e1957994c8449fb72e849a2a3d6, type: 2}
174
+ StartQuestEventChannel: {fileID: 11400000, guid: c510c1e4d26428740b3e329cca98e5d1,
175
+ type: 2}
176
+ requirementCheck: {fileID: 11400000, guid: a4dae407f780f974abbf43c280515876, type: 2}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.19",
3
+ "version":"0.0.20",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",