public void RemoveAct(ExpState newState) { if (currentAct != null) { society.DecInteractor(); currentAct = null; state = newState; } }