示例#1
0
 //如果发现不在一个Server上,则通过ss网络包,通知其他Server服务器
 public IEnumerator UpdateBeHaveDataCoroutine(Coroutine coroutine, int type, ulong targetId, int operate)
 {
     return(mImpl.UpdateBeHaveDataCoroutine(coroutine, this, type, targetId, operate));
 }