Example #1
0
 public void Click(TwoClient twoClient)
 {
     twoClient.SendMessage(string.Format("CARDARGS {0}", PlayerNumber.ToString()));
     twoClient.GameState = 1;
     twoClient.SoundDict["CLICK"].Play(.9f,0f,0f);
 }
Example #2
0
 public override void Click(TwoClient twoClient)
 {
     twoClient.SendMessage("LIGHTON");
     base.Click(twoClient);
 }
Example #3
0
 public void Click(TwoClient twoClient)
 {
     twoClient.SendMessage("MOOSE");
     twoClient.TimedDialog.IsActive = false;
     _twoClient.GameState = _oldState;
 }