Exemple #1
0
 public List <ulong> GetInstances(int typeId) => cache.LoadInstances(typeId);
Exemple #2
0
        public List <ulong> GetInstances(int typeId)
        {
            var instances = cache.LoadInstances(typeId);

            return(instances);
        }