[This is preliminary documentation and is subject to change.]

Creates a packet of correct size for a given opcode, and sets the first (opcode) byte.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public Packet(
	OpCode opcode
)

Parameters

opcode
OpCode

[Missing <param name="opcode"/> documentation for "M:fCraft.Packet.#ctor(fCraft.OpCode)"]

See Also