C# 클래스 Server.Gumps.ClientGump

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

공개 메소드들

메소드 설명
Center ( string text ) : string
ClientGump ( Mobile from, Server.Network.NetState state ) : System
Color ( string text, int color ) : string
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void

비공개 메소드들

메소드 설명
Resend ( Mobile to, RelayInfo info ) : void

메소드 상세

Center() 공개 메소드

public Center ( string text ) : string
text string
리턴 string

ClientGump() 공개 메소드

public ClientGump ( Mobile from, Server.Network.NetState state ) : System
from Mobile
state Server.Network.NetState
리턴 System

Color() 공개 메소드

public Color ( string text, int color ) : string
text string
color int
리턴 string

OnResponse() 공개 메소드

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