Example #1
0
 public bool HasAccount(string name)
 {
     return(AccountCache.Any(t => t.playerName == name));
 }