void Start() { _detector = new ChildTagTargetDetector { Tags = Tags }; _shipCam = GetComponent <ShipCam>(); }
public void RegisterOwner(ShipCam shipcam) { _shipCam = shipcam; }