public void InTouchArea(TouchPointScript conTouch) { if (conTouch.name != "Default" && canLook) { StaticCorouting.Start("TimeCounting", TimeCounting(conTouch)); } }
private void Awake() { sc = this; coroutines = new Dictionary <string, IEnumerator>(); }
public void OutTouchArea() { StaticCorouting.Stop("TimeCounting"); conTouch = null; }