Class RPCResponsePacket
Inheritance
RPCResponsePacket
Assembly: FNNLib.dll
Syntax
public class RPCResponsePacket : ISerializable
Fields
|
Improve this Doc
View Source
responseID
The response ID this result is for.
Declaration
Field Value
|
Improve this Doc
View Source
result
Declaration
Field Value
Methods
|
Improve this Doc
View Source
DeSerialize(NetworkReader)
Declaration
public void DeSerialize(NetworkReader reader)
Parameters
|
Improve this Doc
View Source
Serialize(NetworkWriter)
Declaration
public void Serialize(NetworkWriter writer)
Parameters
Implements