Exemplo n.º 1
0
 public void RemoveAct(ExpState newState)
 {
     if (currentAct != null)
     {
         society.DecInteractor();
         currentAct = null;
         state      = newState;
     }
 }