public void CompareBoxtoCat(CATTYPE tBoxType)
 {
     if (((CATTYPE)mCatNum) == tBoxType)
     {
         CHanMgr.GetInstance().AddCount();
         mTxtCount.text = CHanMgr.GetInstance().GetCount().ToString();
     }
 }
 public Transform GetBox(CATTYPE tCatType)
 {
     return(mBoxList[(int)tCatType]);
 }