C# Class MultiplayerARPG.MMO.ResponseAppServerRegisterMessage

Mostra file Open project: insthync/UnityMultiplayerARPG_MMO Class Usage Examples

Public Properties

Property Type Description
message UITextKeys

Public Methods

Method Description
Deserialize ( NetDataReader reader ) : void
Serialize ( NetDataWriter writer ) : void

Method Details

Deserialize() public method

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

Serialize() public method

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

Property Details

message public_oe property

public UITextKeys message
return UITextKeys