コード例 #1
0
ファイル: RoleInfo.cs プロジェクト: Pircs/Fishing-1
 //提供公用函数
 public bool ChangeGender()
 {
     return(SendChangeRoleGender(!m_RoleInfo.GetGender()));
 }