public void SetDrop(int no, int drop) { if (cc == null) { return; } if (cc.SendSetDrop(no, drop) == false) { cc = null; } ; }