IScoreObjectDeserializeValue Method

Deserializes a single value identified by the userID.

Definition

Namespace: Alteruna.Scoreboard
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
void DeserializeValue(
	Reader reader,
	ushort userID
)

Parameters

reader  Reader
The reader to use for deserialization.
userID  UInt16
The user ID identifying the value to deserialize.

See Also