Exemplo n.º 1
0
 void IMonsterState.DoLove()
 {
     currentState = ScareState.loved;
 }
Exemplo n.º 2
0
 void IMonsterState.DoScare()
 {
     currentState = ScareState.scared;
 }