示例#1
0
 public void RPC_CreateQuestFailed(long sender)
 {
     CancelWaitError();
     DBG.InfoCT("Try Agian,the dice is broken");
     DBG.blogError(string.Format("Cannot Place Quest :  {0}", WaitQuest.locName, WaitQuest.m_type));
     WaitQuest = null;
 }