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