ManiacLastoftheday Posted March 16, 2019 Report Posted March 16, 2019 https://github.com/DoctorMcKay/node-globaloffensive At the start, you recommended const SteamUser = require('steam-user'); const GlobalOffensive = require('globaloffensive'); let user = new SteamUser(); let csgo = new GlobalOffensive(user); but under methods in the constructor, you said var csgo = new GlobalOffensive(steamClient); so which one are we expected to use? Quote
Dr. McKay Posted March 16, 2019 Report Posted March 16, 2019 Whatever you named your SteamUser instance. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.