private void Awake()
 {
     pointChecker = GetComponent <PointChecker>();
 }