Ejemplo n.º 1
0
 void StartGame()
 {
     pack.GetComponent <BoxCollider>().enabled = true;
     instruction.FirstInstruction();
 }