Esempio n. 1
0
 public void SetShip(GameObject gameObject)
 {
     shipObject = gameObject;
     shipScript = shipObject.GetComponent <ShipScript>();
     shipScript.SetGuid(guid);
 }