public override void OnStart() { v_Player = GetComponent <FieldPlayer>(); v_Ball = v_Player.GetBall().GetComponent <Ball>(); }