public void Execute(Ientity entity)
 {
     //if (FSMHelper.ExecuteDeviation(entity))
     //{
     entity.OnExecuteFree();
     //}
 }
Example #2
0
 public void Execute(Ientity entity)
 {
     entity.OnExecuteFree();
 }