Beispiel #1
0
 void Start()
 {
     mount = GetComponent <Mount>();
     StartAgent();
 }
Beispiel #2
0
 private void Awake()
 {
     Montura = GetComponent <Mount>();
 }
Beispiel #3
0
 // Use this for initialization
 void Awake()
 {
     Montura = GetComponentInParent <Mount>(); //Get the Mountable in the parents
 }