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

GetFishingLevel() public method

public GetFishingLevel ( System.Item fishingRod, System.Item bait, int &fishingLevel ) : void
fishingRod System.Item
bait System.Item
fishingLevel int
return void
        public virtual void GetFishingLevel(Item fishingRod, Item bait, ref int fishingLevel)
        {
        }