コード例 #1
0
 public bool GetHandInfo(int HandID, ref HandInfo Info)
 {
     return(m_Wrapper.GetHandInfo(HandID, ref Info));
 }