C# Class Cookie.Protocol.Network.Messages.Game.Tinsel.TitleSelectErrorMessage

Inheritance: NetworkMessage
Exibir arquivo Open project: xvolks/Cookie

Public Methods

Method Description
Deserialize ( ICustomDataInput reader ) : void
Serialize ( ICustomDataOutput writer ) : void
TitleSelectErrorMessage ( ) : System.Collections.Generic
TitleSelectErrorMessage ( byte reason ) : 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

TitleSelectErrorMessage() public method

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

TitleSelectErrorMessage() public method

public TitleSelectErrorMessage ( byte reason ) : System.Collections.Generic
reason byte
return System.Collections.Generic