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