Example #1
0
 void InitializeVariables()
 {
     levelPartPicker = new LevelPartPicker();
     indexedGameObjects = new Dictionary<int, LevelPartPicker.LevelPart>();
 }
 void InitializeVariables()
 {
     levelPartPicker    = new LevelPartPicker();
     indexedGameObjects = new Dictionary <int, LevelPartPicker.LevelPart>();
 }