コード例 #1
0
 public CatchState GetHandCatchState(int HandID)
 {
     if (!Param.IsUseCatch)
     {
         return(CatchState.UnCatch);
     }
     return(m_Wrapper.GetHandCatchState(HandID));
 }