Merge branch 'WES-XX-ScriptableList-Index-Fix' into 'development'

Resolve WES-XX-ScriptableList-Index-Fix

See merge request wesign/unity-application!62
This commit was merged in pull request #62.
This commit is contained in:
Dries Van Schuylenbergh
2023-03-25 17:16:42 +00:00
8 changed files with 43 additions and 2 deletions

View File

@@ -159,6 +159,12 @@ public class HangmanGameController : MonoBehaviour
/// </summary>
public Minigame minigame;
/// <summary>
/// We keep the minigamelist as well so that the minigame-index doesn't get reset
/// DO NOT REMOVE
/// </summary>
public MinigameList minigamelist;
/// <summary>
/// Reference to the user list to access the current user
/// </summary>