public static Component FindComponent <T>(MonoBehaviour c) where T : Component
 {
     return(c.FindComponent <T>());
 }