Esempio n. 1
0
 public void AddBlock(GameObject go, GameObject settableBlock)
 {
     PhaseManager.S.placedBlocks.Add(go);
     if (in_tutorial)
     {
         TutorialController.GetTutorialController().DecreaseBlocksToGo(settableBlock);
     }
 }