C# 클래스 Server.Items.Scissors

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

공개 메소드들

메소드 설명
CanScissor ( Mobile from, IScissorable obj ) : bool
Deserialize ( GenericReader reader ) : void
OnDoubleClick ( Mobile from ) : void
Scissors ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
Scissors ( ) : System

메소드 상세

CanScissor() 공개 정적인 메소드

public static CanScissor ( Mobile from, IScissorable obj ) : bool
from Mobile
obj IScissorable
리턴 bool

Deserialize() 공개 메소드

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

OnDoubleClick() 공개 메소드

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

Scissors() 공개 메소드

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

Serialize() 공개 메소드

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