C# 클래스 Server.Items.DisguiseGump

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

공개 메소드들

메소드 설명
DisguiseGump ( Server.Mobile from, DisguiseKit kit, bool startAtHair, bool used ) : System
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void

비공개 메소드들

메소드 설명
DrawEntries ( int index, int page, int nextPage, DisguiseEntry entries, int nextNumber ) : void

메소드 상세

DisguiseGump() 공개 메소드

public DisguiseGump ( Server.Mobile from, DisguiseKit kit, bool startAtHair, bool used ) : System
from Server.Mobile
kit DisguiseKit
startAtHair bool
used bool
리턴 System

OnResponse() 공개 메소드

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info Server.Gumps.RelayInfo
리턴 void