protected virtual void OnTriggerStay(Collider other)
 {
     cc.CheckTriggers(other);
 }