C# 클래스 Server.Items.FishBowl

상속: BaseContainer
파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FishBowl System

공개 메소드들

메소드 설명
AddNameProperties ( ObjectPropertyList list ) : void
Deserialize ( GenericReader reader ) : void
FishBowl ( Serial serial ) : System
GetContextMenuEntries ( Mobile from, List list ) : void
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
FishBowl ( ) : System

메소드 상세

AddNameProperties() 공개 메소드

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

Deserialize() 공개 메소드

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

FishBowl() 공개 메소드

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

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
리턴 void

OnDoubleClick() 공개 메소드

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

OnDragDrop() 공개 메소드

public OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
from Mobile
dropped Server.Items.Item
리턴 bool

Serialize() 공개 메소드

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