예제 #1
0
 void Start()
 {
     timer = atractTime;
     sai   = new SecurityAI();
     GetComponent <Rigidbody>().AddForce(transform.right * donutSpeed);
     sai.Distracted(gameObject);
 }
예제 #2
0
 void Start()
 {
     sai             = new SecurityAI();
     themeSong.pitch = normalSpeed;
 }