C# 클래스 Server.Items.LeatherGloves

상속: BaseArmor, IArcaneEquip
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LeatherGloves System

공개 메소드들

메소드 설명
Deserialize ( GenericReader reader ) : void
Flip ( ) : void
GetProperties ( ObjectPropertyList list ) : void
LeatherGloves ( Serial serial ) : System
OnSingleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
LeatherGloves ( ) : System

메소드 상세

Deserialize() 공개 메소드

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

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
리턴 void

LeatherGloves() 공개 메소드

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

OnSingleClick() 공개 메소드

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

Serialize() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void