Beispiel #1
0
 //移除一个玩家的数据
 public bool RemoveCharacter(ulong guid)
 {
     return(mImpl.RemoveCharacter(this, guid));
 }