C# Class Server.Gumps.ClientGump

Inheritance: Gump
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
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

Private Methods

Method Description
Resend ( Mobile to, RelayInfo info ) : void

Method Details

Center() public method

public Center ( string text ) : string
text string
return string

ClientGump() public method

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

Color() public method

public Color ( string text, int color ) : string
text string
color int
return string

OnResponse() public method

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