C# 클래스 Server.Items.IDWand

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

공개 메소드들

메소드 설명
Deserialize ( GenericReader reader ) : void
IDWand ( Serial serial ) : System
OnWandTarget ( Mobile from, object o ) : bool
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
IDWand ( ) : System

메소드 상세

Deserialize() 공개 메소드

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

IDWand() 공개 메소드

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

OnWandTarget() 공개 메소드

public OnWandTarget ( Mobile from, object o ) : bool
from Mobile
o object
리턴 bool

Serialize() 공개 메소드

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