C# Class SagaMap.Packets.Server.SendAck

Acknowledgement packet sent by the server to the client as a response to....
Inheritance: SagaLib.Packet
Mostra file Open project: Willyham/SagaRO2

Public Methods

Method Description
SendAck ( ) : System

Create a new acknowledgement packet. (which acknowledgement set to true as default)

SetAck ( bool noerror ) : void

Set acknowledgement to true or false.

Method Details

SendAck() public method

Create a new acknowledgement packet. (which acknowledgement set to true as default)
public SendAck ( ) : System
return System

SetAck() public method

Set acknowledgement to true or false.
public SetAck ( bool noerror ) : void
noerror bool true or false
return void