void DoTheMethod() { var go = Fsm.GetOwnerDefaultTarget(gameObject); if (go == null) { return; } targetY.Value = theScript.DistanceToTargetY(); }