C# Class Server.Items.HouseRaffleStone.RaffleContextMenuEntry

Inheritance: Server.ContextMenus.ContextMenuEntry
Mostrar archivo Open project: brodock/runuo

Protected Properties

Property Type Description
m_From Server.Mobile
m_Stone HouseRaffleStone

Public Methods

Method Description
RaffleContextMenuEntry ( Server.Mobile from, HouseRaffleStone stone, int label ) : System

Method Details

RaffleContextMenuEntry() public method

public RaffleContextMenuEntry ( Server.Mobile from, HouseRaffleStone stone, int label ) : System
from Server.Mobile
stone HouseRaffleStone
label int
return System

Property Details

m_From protected_oe property

protected Mobile,Server m_From
return Server.Mobile

m_Stone protected_oe property

protected HouseRaffleStone,Server.Items m_Stone
return HouseRaffleStone