Kroulis.Item.Potions.SetPotionsInfoMP C# (CSharp) Method

SetPotionsInfoMP() public method

public SetPotionsInfoMP ( float MPRegenPercent, float MPRegen ) : void
MPRegenPercent float
MPRegen float
return void
        public void SetPotionsInfoMP(float MPRegenPercent, float MPRegen)
        {
            MPRegen_Flag = true;
            MPRegen_Percent = MPRegenPercent;
            MPRegen_Unit = MPRegen;
        }