C# 클래스 Server.Mobiles.PlayerMobile.MountBlock

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 프로퍼티들

프로퍼티 타입 설명
m_Timer Timer
m_Type BlockMountType

공개 메소드들

메소드 설명
MountBlock ( System.TimeSpan duration, BlockMountType type, Mobile mobile ) : System

비공개 메소드들

메소드 설명
RemoveBlock ( Mobile mobile ) : void

메소드 상세

MountBlock() 공개 메소드

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

프로퍼티 상세

m_Timer 공개적으로 프로퍼티

public Timer m_Timer
리턴 Timer

m_Type 공개적으로 프로퍼티

public BlockMountType m_Type
리턴 BlockMountType