Beispiel #1
0
 void Start()
 {
     puzzleSystem = FindObjectOfType <CombinationSystem>();
     newSystem    = FindObjectOfType <ComboSystemWithSymbol>();
 }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     system = GetComponent <ComboSystemWithSymbol>();
 }