Skip to content

Commit

Permalink
Change internal namespace in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed May 8, 2020
1 parent 910da6d commit ab629fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Samples/8.UnifiedMessages/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;

using SteamKit2;
using SteamKit2.Unified.Internal;
using SteamKit2.Internal;

//
// Sample 8: Unified Messages
Expand Down Expand Up @@ -132,7 +132,7 @@ static void OnLoggedOn( SteamUser.LoggedOnCallback callback )

// now that we're logged onto Steam, lets query the IPlayer service for our badge levels

// first, build our request object, these are autogenerated and can normally be found in the SteamKit2.Unified.Internal namespace
// first, build our request object, these are autogenerated and can normally be found in the SteamKit2.Internal namespace
CPlayer_GetGameBadgeLevels_Request req = new CPlayer_GetGameBadgeLevels_Request
{
// we want to know our 440 (TF2) badge level
Expand Down

0 comments on commit ab629fa

Please sign in to comment.