C# 클래스 Server.Items.Hides

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

공개 메소드들

메소드 설명
Deserialize ( GenericReader reader ) : void
Hides ( Serial serial )
Scissor ( Mobile from, Scissors scissors ) : bool
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
Hides ( )
Hides ( int amount )

메소드 상세

Deserialize() 공개 메소드

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

Hides() 공개 메소드

public Hides ( Serial serial )
serial Serial

Scissor() 공개 메소드

public Scissor ( Mobile from, Scissors scissors ) : bool
from Mobile
scissors Scissors
리턴 bool

Serialize() 공개 메소드

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