C# Class Cookie.Protocol.Network.Messages.Game.Context.Roleplay.TreasureHunt.TreasureHuntRequestAnswerMessage

Inheritance: NetworkMessage
Mostrar archivo Open project: xvolks/Cookie

Public Methods

Method Description
Deserialize ( ICustomDataInput reader ) : void
Serialize ( ICustomDataOutput writer ) : void
TreasureHuntRequestAnswerMessage ( ) : System.Collections.Generic
TreasureHuntRequestAnswerMessage ( byte questType, byte result ) : System.Collections.Generic

Method Details

Deserialize() public method

public Deserialize ( ICustomDataInput reader ) : void
reader ICustomDataInput
return void

Serialize() public method

public Serialize ( ICustomDataOutput writer ) : void
writer ICustomDataOutput
return void

TreasureHuntRequestAnswerMessage() public method

public TreasureHuntRequestAnswerMessage ( ) : System.Collections.Generic
return System.Collections.Generic

TreasureHuntRequestAnswerMessage() public method

public TreasureHuntRequestAnswerMessage ( byte questType, byte result ) : System.Collections.Generic
questType byte
result byte
return System.Collections.Generic