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