diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index d2c1482..206d7ee 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -1,8 +1,8 @@ +## Can I init a Client and Server in the same app, like for listen servers? -## Should I make a new Client every time I access it? +Yes -No. You should create a single Client/Server class and access it as a global singleton. -## Can I run a Client and Server in the same app, like for listen servers? +## Do I need a steam_appid.txt file? -Yes. \ No newline at end of file +Not anymore. We set environmental vars instead (SteamAppId and SteamGameId). This is done automatically for you so you don't have to worry about it. Just pass your AppId to SteamClient.Init and it will work. \ No newline at end of file