C# 클래스 Server.Items.GamblingStone

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

Private Properties

프로퍼티 타입 설명
GamblingStone

공개 메소드들

메소드 설명
Deserialize ( GenericReader reader ) : void
GamblingStone ( Serial serial )
GetProperties ( ObjectPropertyList list ) : void
OnDoubleClick ( Mobile from ) : void
OnSingleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
GamblingStone ( )

메소드 상세

Deserialize() 공개 메소드

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

GamblingStone() 공개 메소드

public GamblingStone ( Serial serial )
serial Serial

GetProperties() 공개 메소드

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

OnDoubleClick() 공개 메소드

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

OnSingleClick() 공개 메소드

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

Serialize() 공개 메소드

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