C# 클래스 SagaMap.Packets.Server.ItemAdjust

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
ItemAdjust ( ) : System
SetContainer ( byte con ) : void
SetFunction ( System.Function func ) : void
SetSlot ( byte slot ) : void
SetValue ( ushort value ) : void

메소드 상세

ItemAdjust() 공개 메소드

public ItemAdjust ( ) : System
리턴 System

SetContainer() 공개 메소드

public SetContainer ( byte con ) : void
con byte
리턴 void

SetFunction() 공개 메소드

public SetFunction ( System.Function func ) : void
func System.Function
리턴 void

SetSlot() 공개 메소드

public SetSlot ( byte slot ) : void
slot byte
리턴 void

SetValue() 공개 메소드

public SetValue ( ushort value ) : void
value ushort
리턴 void