Exemple #1
0
 public void Awake()
 {
     pulse = GetComponent<Pulse>();
     pulse.SetColor(color);
     GetComponent<Switch>().SetColor(color);
 }