C# Class core.Server.RConn.PacketFormat

Exibir arquivo Open project: Pure-Battlefield/gswat Class Usage Examples

Public Methods

Method Description
PacketFormat ( string format ) : System

Constructs a PacketFormat object given a specification from the RConn docs.

Method Details

PacketFormat() public method

Constructs a PacketFormat object given a specification from the RConn docs.
public PacketFormat ( string format ) : System
format string The appropriately formated format string.
return System