Exemple #1
0
 private ManualRule()
 {
     action = new Behaviour_manager();
 }
Exemple #2
0
 private ManualInput()
 {
     action = new Behaviour_manager();
 }
 private AIRule()
 {
     action = new Behaviour_manager();
 }