fBaseXtensions.Stats.LootTracking.LootTracking C# (CSharp) Method

LootTracking() public method

public LootTracking ( ) : System
return System
        public LootTracking()
        {
            Magical = new LootStats();
            Rare = new LootStats();
            Legendary = new LootStats();
            Gems = new LootStats();
            Crafting = new LootStats();
            Keys = new LootStats();
            KeyStoneFragments = new LootStats();
            HoradricCache = new LootStats();
        }