コード例 #1
0
 void InitializeVariables()
 {
     levelPartPicker = new LevelPartPicker();
     indexedGameObjects = new Dictionary<int, LevelPartPicker.LevelPart>();
 }
コード例 #2
0
 void InitializeVariables()
 {
     levelPartPicker    = new LevelPartPicker();
     indexedGameObjects = new Dictionary <int, LevelPartPicker.LevelPart>();
 }