Exemple #1
0
    public void CmdDraw()
    {
        Card c = dm.Deal();

        gm.RpcDestroyCard();
        RpcDealCard(c);
    }