Example #1
0
 //添加仇人
 public ErrorCodes AddEnemy(ulong addId, int type)
 {
     return(mImpl.AddEnemy(this, addId, type));
 }