C# Class WorldServer.Lobby.WL.Packet

Inheritance: System.IO.MemoryStream
Mostra file Open project: fiki574/rAPB Class Usage Examples

Public Methods

Method Description
Packet ( ) : System

Protected Methods

Method Description
WriteD ( UInt32 value ) : void
WriteS ( String s ) : void

Method Details

Packet() public method

public Packet ( ) : System
return System

WriteD() protected method

protected WriteD ( UInt32 value ) : void
value System.UInt32
return void

WriteS() protected method

protected WriteS ( String s ) : void
s String
return void