clientToken param info added to docs

This commit is contained in:
Justin Slauson 2016-03-01 20:00:02 -07:00
parent 7230cd726b
commit fa2dbfef1a

View file

@ -148,6 +148,7 @@ namespace MinecraftClient.Protocol
/// <param name="user">Login</param>
/// <param name="pass">Password</param>
/// <param name="accesstoken">Will contain the access token returned by Minecraft.net, if the login is successful</param>
/// <param name="clienttoken">Will contain the client token generated before sending to Minecraft.net</param>
/// <param name="uuid">Will contain the player's UUID, needed for multiplayer</param>
/// <returns>Returns the status of the login (Success, Failure, etc.)</returns>