Exemplo n.º 1
0
 public void AddPlayerMovement()
 {
     character = new Infection.StrategyDesignPattern.Person(new PlayerMovement());
 }
Exemplo n.º 2
0
 public void AddAINotInfectedMovement()
 {
     character = new Infection.StrategyDesignPattern.Person(new AINotInfectedMovement());
 }