예제 #1
0
 //添加屏蔽
 public ErrorCodes AddShield(ulong addId)
 {
     return(mImpl.AddShield(this, addId));
 }