Esempio n. 1
0
 //是否已有屏蔽
 public ErrorCodes CheckAddShield(ulong id)
 {
     return(mImpl.CheckAddShield(this, id));
 }