C# Class Server.Mobiles.PlayerMobile.MountBlock

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Свойство Type Description
m_Timer Timer
m_Type BlockMountType

Méthodes publiques

Méthode Description
MountBlock ( System.TimeSpan duration, BlockMountType type, Mobile mobile ) : System

Private Methods

Méthode Description
RemoveBlock ( Mobile mobile ) : void

Method Details

MountBlock() public méthode

public MountBlock ( System.TimeSpan duration, BlockMountType type, Mobile mobile ) : System
duration System.TimeSpan
type BlockMountType
mobile Mobile
Résultat System

Property Details

m_Timer public_oe property

public Timer m_Timer
Résultat Timer

m_Type public_oe property

public BlockMountType m_Type
Résultat BlockMountType