示例#1
0
        public string GetId()
        {
            if (hAsh == null)
            {
                hAsh = "RankOBJJ_" + PlayerName.CreateMD5();
            }

            return(hAsh);
        }