Server.Items.HouseRaffleStone.RaffleContextMenuEntry.RaffleContextMenuEntry C# (CSharp) Method

RaffleContextMenuEntry() public method

public RaffleContextMenuEntry ( Server.Mobile from, HouseRaffleStone stone, int label ) : System
from Server.Mobile
stone HouseRaffleStone
label int
return System
            public RaffleContextMenuEntry( Mobile from, HouseRaffleStone stone, int label )
                : base(label)
            {
                m_From = from;
                m_Stone = stone;
            }
HouseRaffleStone.RaffleContextMenuEntry