Exemple #1
0
 public void RestartBehavior(Behavior behavior)
 {
 }
Exemple #2
0
 public List <Task> GetTaskList(Behavior behavior)
 {
     return(null);
 }
Exemple #3
0
 public void DisableBehavior(Behavior behavior, bool paused)
 {
 }
Exemple #4
0
 public List <Task> GetActiveTasks(Behavior behavior)
 {
     return(null);
 }
Exemple #5
0
 public void DisableBehavior(Behavior behavior)
 {
 }