Exemplo n.º 1
0
 public void Start()
 {
     Editable            = true;
     instructionRenderer = GetComponent <InstructionRenderer>();
     if (softwareLevelGenerator == null)
     {
         softwareLevelGenerator = FindObjectOfType <SoftwareLevelGenerator>();
     }
 }
Exemplo n.º 2
0
 public void Start()
 {
     Editable            = true;
     instructionRenderer = GetComponent <InstructionRenderer>();
 }