Terraria.ModLoader.ModPlayer.GetFishingLevel C# (CSharp) Méthode

GetFishingLevel() public méthode

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