C# Class Server.Items.BBMessageHeader

Inheritance: Server.Network.Packet
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
BBMessageHeader ( BaseBulletinBoard board, BulletinMessage msg ) : System
SafeString ( string v ) : string
WriteString ( string v ) : void

Method Details

BBMessageHeader() public method

public BBMessageHeader ( BaseBulletinBoard board, BulletinMessage msg ) : System
board BaseBulletinBoard
msg BulletinMessage
return System

SafeString() public method

public SafeString ( string v ) : string
v string
return string

WriteString() public method

public WriteString ( string v ) : void
v string
return void