예제 #1
0
 void Start()
 {
     steeringBasics = GetComponent <SteeringBasics>();
     flee           = GetComponent <Flee>();
 }
예제 #2
0
 void Awake()
 {
     flee = GetComponent<Flee>();
 }