Example #1
0
        public CacheItemGemEntry(ItemGemEntry entry)
        {
            SnoId = entry.SnoId;
            var pluginGemType = (PluginGemType)entry.Type;

            Type    = (GemType)Enum.Parse(typeof(GemType), pluginGemType.ToString());
            Quality = entry.Quality;
        }
Example #2
0
 public CacheItemGemEntry(ItemGemEntry entry)
 {
     SnoId = entry.SnoId;
     var pluginGemType = (PluginGemType)entry.Type;
     Type=(GemType)Enum.Parse(typeof(GemType), pluginGemType.ToString());
     Quality = entry.Quality;
 }