Terraria.ModLoader.ModPlayer.UpdateEquips C# (CSharp) Method

UpdateEquips() public method

public UpdateEquips ( bool &wallSpeedBuff, bool &tileSpeedBuff, bool &tileRangeBuff ) : void
wallSpeedBuff bool
tileSpeedBuff bool
tileRangeBuff bool
return void
        public virtual void UpdateEquips(ref bool wallSpeedBuff, ref bool tileSpeedBuff, ref bool tileRangeBuff)
        {
        }