Exemplo n.º 1
0
 public PlayState(CatBehavior behavior)
 {
     _catBehavior = behavior;
 }
Exemplo n.º 2
0
 public SleepState(CatBehavior behavior)
 {
     _catBehavior = behavior;
 }
Exemplo n.º 3
0
 public EatState(CatBehavior behavior)
 {
     _catBehavior = behavior;
 }