Exemple #1
0
 /// <summary>
 /// Fires the perception so the transition happens
 /// </summary>
 public void Fire()
 {
     behaviourEngine.Fire(this);
 }