NotifierCore.Notifier.Recipe.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
        public override void Update()
        {
            CalculateCosts();
            base.Update();

            SellPrice = SellPrice;
            BuyPrice = BuyPrice;
            SaleVolume = SaleVolume;
            BuyVolume = BuyVolume;
            SellPriceCosts = SellPriceCosts;
            CraftPriceCosts = CraftPriceCosts;
        }