예제 #1
0
파일: RoleInfo.cs 프로젝트: Pircs/Fishing-1
 //提供公用函数
 public bool ChangeGender()
 {
     return(SendChangeRoleGender(!m_RoleInfo.GetGender()));
 }