Ejemplo n.º 1
0
 private ManualRule()
 {
     action = new Behaviour_manager();
 }
Ejemplo n.º 2
0
 private ManualInput()
 {
     action = new Behaviour_manager();
 }
Ejemplo n.º 3
0
 private AIRule()
 {
     action = new Behaviour_manager();
 }