Skip to content

Commit

Permalink
Automated build from Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Playfab Jenkins Bot committed Nov 30, 2015
1 parent afebb43 commit 8893cfc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions PlayFabClientSDK/source/PlayFabClientModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,10 @@ public class LoginResult
/// </summary>
public bool NewlyCreated { get; set;}

public UserSettings UserSettings { get; set;}
/// <summary>
/// Settings specific to this user.
/// </summary>
public UserSettings SettingsForUser { get; set;}


}
Expand Down Expand Up @@ -3610,7 +3613,10 @@ public class RegisterPlayFabUserResult
/// </summary>
public string Username { get; set;}

public UserSettings UserSettings { get; set;}
/// <summary>
/// Settings specific to this user.
/// </summary>
public UserSettings SettingsForUser { get; set;}


}
Expand Down
10 changes: 8 additions & 2 deletions PlayFabSDK/source/PlayFabClientModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,10 @@ public class LoginResult
/// </summary>
public bool NewlyCreated { get; set;}

public UserSettings UserSettings { get; set;}
/// <summary>
/// Settings specific to this user.
/// </summary>
public UserSettings SettingsForUser { get; set;}


}
Expand Down Expand Up @@ -3610,7 +3613,10 @@ public class RegisterPlayFabUserResult
/// </summary>
public string Username { get; set;}

public UserSettings UserSettings { get; set;}
/// <summary>
/// Settings specific to this user.
/// </summary>
public UserSettings SettingsForUser { get; set;}


}
Expand Down

0 comments on commit 8893cfc

Please sign in to comment.