Exemplo n.º 1
0
 // ends the drama, displays outcome
 void EndDrama()
 {
     CurrentPhase = TurnPhases.DRAMA_OUTCOME;
     panelHandler.ShowOutcomePanel();
 }