Exemplo n.º 1
0
 void InitializeVariables()
 {
     levelPartPicker = new LevelPartPicker();
     indexedGameObjects = new Dictionary<int, LevelPartPicker.LevelPart>();
 }
Exemplo n.º 2
0
 void InitializeVariables()
 {
     levelPartPicker    = new LevelPartPicker();
     indexedGameObjects = new Dictionary <int, LevelPartPicker.LevelPart>();
 }