예제 #1
0
파일: Mail.cs 프로젝트: eiyaya/mmorpgserver
 //删除邮件
 public ErrorCodes DeleteMail(ulong uId)
 {
     return(mStaticImpl.DeleteMail(this, uId));
 }