Server.Items.BegWinePitcher.BegWinePitcher C# (CSharp) Method

BegWinePitcher() private method

private BegWinePitcher ( ) : System
return System
        public BegWinePitcher() : base(BeverageType.Wine)
        {
            ItemID = Utility.RandomDouble() > .5 ? 8091 : 8092;
        }

Same methods

BegWinePitcher::BegWinePitcher ( Serial serial ) : System