Update display issues with the puzzle steps
This commit is contained in:
@@ -29,14 +29,12 @@ namespace PuzzleS
|
||||
/// <summary>
|
||||
/// Steps that should be unlocked at level start (no dependencies)
|
||||
/// </summary>
|
||||
[HideInInspector]
|
||||
public List<PuzzleStepSO> initialSteps = new List<PuzzleStepSO>();
|
||||
|
||||
/// <summary>
|
||||
/// Pre-processed dependency data built at edit time.
|
||||
/// Maps step IDs to arrays of dependency step IDs (which steps are required by each step)
|
||||
/// </summary>
|
||||
[HideInInspector]
|
||||
public Dictionary<string, string[]> stepDependencies = new Dictionary<string, string[]>();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user