Ejemplo n.º 1
0
 public Robot(string name, IRobotBehaviour behaviour)
 {
     _behaviour = behaviour;
     _name      = name;
 }
Ejemplo n.º 2
0
 public Robot(string name, IRobotBehaviour behaviour)
 {
     _behaviour = behaviour;
     _name = name;
 }