Beispiel #1
0
 public void NextPhase()
 {
     Log.Verbose("NextPhase", "RPC");
     Publish(new PhaseEndMessage(_phase));
     _phase.Next();
 }