Exemplo n.º 1
0
 void HandleFluctuationEnd(FluctuationEndEvent fluctuationEndEvent)
 {
     if (fluctuationEndEvent.KillReason == Fluctuation.KillReason.NORMAL)
     {
         AttachFluctuationSequence();
     }
 }
Exemplo n.º 2
0
 void HandleFluctuationEnd(FluctuationEndEvent fluctuationEndEvent)
 {
     _fluctuationActive = false;
 }