IScoreObjectAppendScoreT Method
            Appends a score value for a specified user.
            
Namespace: Alteruna.ScoreboardAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4+03e8eebec78141d9d3b2022fda2c0ac58d3116b9
void AppendScore<T>(
	ushort userID,
	T value
)
where T : struct, new(), IConvertible
- userID  UInt16
 - The userID for which the score is to be appended.
 - value  T
 - The score value to append.
 
- T
 - The type of the score value, must be a struct and implement IConvertible.