C# Class OpenStory.Server.Processing.PacketFactory

Inheritance: IPacketFactory
ファイルを表示 Open project: shoftee/OpenStory

Public Methods

Method Description
CreatePacket ( string label ) : PacketBuilder
PacketFactory ( IPacketCodeTable packets ) : OpenStory.Common

Method Details

CreatePacket() public method

public CreatePacket ( string label ) : PacketBuilder
label string
return OpenStory.Common.IO.PacketBuilder

PacketFactory() public method

public PacketFactory ( IPacketCodeTable packets ) : OpenStory.Common
packets IPacketCodeTable
return OpenStory.Common