예제 #1
0
 public PlayState(CatBehavior behavior)
 {
     _catBehavior = behavior;
 }
예제 #2
0
 public SleepState(CatBehavior behavior)
 {
     _catBehavior = behavior;
 }
예제 #3
0
 public EatState(CatBehavior behavior)
 {
     _catBehavior = behavior;
 }