コード例 #1
0
 public void UnRegister(CmdNumber cmd)
 {
     if (m_Processor != null)
     {
         m_Processor.DetachParseFun(cmd);
     }
 }