public override void Start()
	{
		base.Start();

		_control = GetComponent<SaraPlayerControl>();
	}