public static void Pulsate() { if (Instance != null) { Instance.Play(); } }
public void PlayerWithItemCame() { StopAllCoroutines(); StartCoroutine(LerpToColorCoroutine(itemPresentColor)); markerPulse.Play(); }