Exemplo n.º 1
0
 //private int btype = 0;
 // Use this for initialization
 void Start()
 {
     PLc = PL.GetComponent <PLController> ();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     PLstate       = Target.GetComponent <PLController> ();
     LockedOnEnemy = null;
 }