Exemplo n.º 1
0
 public Kangaroo(IFigthingBehaviour figthingBehaviour) : base(figthingBehaviour)
 {
 }
Exemplo n.º 2
0
 public Zombie(IFigthingBehaviour figthingBehaviour) : base(figthingBehaviour)
 {
 }
Exemplo n.º 3
0
 public Boxer(IFigthingBehaviour figthingBehaviour) : base(figthingBehaviour)
 {
 }
Exemplo n.º 4
0
 public Dwarf(IFigthingBehaviour figthingBehaviour) : base(figthingBehaviour)
 {
 }
Exemplo n.º 5
0
 public void ChangeBehaviour(IFigthingBehaviour figthingBehaviour)
 {
     _figthingBehaviour = figthingBehaviour;
 }
Exemplo n.º 6
0
 protected Warrior(IFigthingBehaviour figthingBehaviour)
 {
     _figthingBehaviour = figthingBehaviour;
 }