Skip to content

Commit

Permalink
Files got left out
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezzpify committed Jan 6, 2017
1 parent 42e42b1 commit 4411732
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 57 deletions.
2 changes: 2 additions & 0 deletions SingleBoostr/SingleBoostr.API/SingleBoostr.API/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class Client
public SteamUtils005 SteamUtils;
public SteamApps001 SteamApps001;
public SteamApps003 SteamApps003;
public SteamFriends005 SteamFriends;
private int Pipe;
private int User;
private bool RunningCallbacks;
Expand Down Expand Up @@ -57,6 +58,7 @@ public bool Initialize(long appId)
this.SteamUserStats = this.SteamClient.GetSteamUserStats006(this.User, this.Pipe);
this.SteamApps001 = this.SteamClient.GetSteamApps001(this.User, this.Pipe);
this.SteamApps003 = this.SteamClient.GetSteamApps003(this.User, this.Pipe);
this.SteamFriends = this.SteamClient.GetSteamFriends005(this.User, this.Pipe);

return true;
}
Expand Down
Loading

0 comments on commit 4411732

Please sign in to comment.