示例#1
0
 void Start()
 {
     trans      = GetComponent <Transform>();
     posInicial = trans.position;
     boss       = FindObjectOfType <construindoNave>();
 }
示例#2
0
 void Start()
 {
     boss = FindObjectOfType <construindoNave>();
 }