diff --git a/Facepunch.Steamworks/Client/App.cs b/Facepunch.Steamworks/Client/App.cs index 83a643f..8fc959a 100644 --- a/Facepunch.Steamworks/Client/App.cs +++ b/Facepunch.Steamworks/Client/App.cs @@ -57,8 +57,8 @@ namespace Facepunch.Steamworks } /// - /// Returns true if this user is subscribed to the specific appid - /// ie. If the user owns this game specified. + /// Checks if the active user is subscribed to a specified AppId. + /// Only use this if you need to check ownership of another game related to yours, a demo for example. /// public bool IsSubscribed(uint appId) {