Updated XML documentation for several methods
This commit is contained in:
parent
726576e3e0
commit
417ffbc740
7 changed files with 17 additions and 19 deletions
|
|
@ -106,7 +106,7 @@ namespace TShockAPI.DB
|
|||
/// Sets the Hashed Password for a given username
|
||||
/// </summary>
|
||||
/// <param name="user">User user</param>
|
||||
/// <param name="group">string password</param>
|
||||
/// <param name="password">string password</param>
|
||||
public void SetUserPassword(User user, string password)
|
||||
{
|
||||
try
|
||||
|
|
@ -126,7 +126,7 @@ namespace TShockAPI.DB
|
|||
/// Sets the UUID for a given username
|
||||
/// </summary>
|
||||
/// <param name="user">User user</param>
|
||||
/// <param name="group">string uuid</param>
|
||||
/// <param name="uuid">string uuid</param>
|
||||
public void SetUserUUID(User user, string uuid)
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue