C# Class Server.Mobiles.PlayerMobile.MountBlock

Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Properties

Property Type Description
m_Timer Timer
m_Type BlockMountType

Public Methods

Method Description
MountBlock ( System.TimeSpan duration, BlockMountType type, Mobile mobile ) : System

Private Methods

Method Description
RemoveBlock ( Mobile mobile ) : void

Method Details

MountBlock() public method

public MountBlock ( System.TimeSpan duration, BlockMountType type, Mobile mobile ) : System
duration System.TimeSpan
type BlockMountType
mobile Mobile
return System

Property Details

m_Timer public_oe property

public Timer m_Timer
return Timer

m_Type public_oe property

public BlockMountType m_Type
return BlockMountType