示例#1
0
 public static string getByNick(string str, Account player)
 {
     return(GetAccountInfo.BaseCode(AccountManager.getAccount(str.Substring(5), 1, 2), player));
 }
示例#2
0
 public static string getById(string str, Account player)
 {
     return(GetAccountInfo.BaseCode(AccountManager.getAccount(long.Parse(str.Substring(5)), 2), player));
 }