Beispiel #1
0
        public static ConfigPlayerthestarEntity GetById(System.Int32 idx, string zoneId = "")
        {
            var provider = new ConfigPlayerthestarProvider(zoneId);

            return(provider.GetById(idx));
        }