private void initStateData() { hasWon = false; attemptCount = 0; slnManager = initData.SolutionManager; }
public LevelData(SolutionManager mgr, List<List<Material>> chcs, Ending end) { slnManager = mgr; choices = chcs; ending = end; }