Esempio n. 1
0
 void Start()
 {
     coroutines = gameObject.AddComponent <StopCoroutines>();
     SetRandomColor();
 }
 void Awake()
 {
     stopCoroutines = gameObject.AddComponent <StopCoroutines>();
 }