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