C# 클래스 Server.Items.DeceitBrazier

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

Private Properties

프로퍼티 타입 설명
DeceitBrazier System

공개 메소드들

메소드 설명
DeceitBrazier ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
DoEffect ( Point3D loc, Map map ) : void
GetSpawnPosition ( ) : Point3D
HeedWarning ( ) : void
OnDoubleClick ( Mobile from ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
DeceitBrazier ( ) : System

메소드 상세

DeceitBrazier() 공개 메소드

public DeceitBrazier ( Serial serial ) : System
serial Serial
리턴 System

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

DoEffect() 공개 메소드

public DoEffect ( Point3D loc, Map map ) : void
loc Point3D
map Map
리턴 void

GetSpawnPosition() 공개 메소드

public GetSpawnPosition ( ) : Point3D
리턴 Point3D

HeedWarning() 공개 메소드

public HeedWarning ( ) : void
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Mobile from ) : void
from Mobile
리턴 void

OnMovement() 공개 메소드

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
리턴 void

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void