示例#1
0
 public bool HasPlayerInfo(string token)
 {
     return(_playerInfoManager.HasPlayerInfo(token));
 }