Ejemplo n.º 1
0
 void Start()
 {
     _detector = new ChildTagTargetDetector
     {
         Tags = Tags
     };
     _shipCam = GetComponent <ShipCam>();
 }
 public void RegisterOwner(ShipCam shipcam)
 {
     _shipCam = shipcam;
 }