コード例 #1
0
 // Use this for initialization
 void Start()
 {
     at = transform.parent.GetComponent <ShipAT>();
 }
コード例 #2
0
 private void Start()
 {
     at         = transform.parent.parent.GetComponent <ShipAT>();
     healthRate = 1f;
 }