Terraria.ModLoader.ModPlayer.GetFishingLevel C# (CSharp) 메소드

GetFishingLevel() 공개 메소드

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