Added IClientUser_IsSubscribedApp

This commit is contained in:
acidicoala
2022-12-30 05:51:07 +03:00
parent d6828e3bfb
commit 1ba84753aa
4 changed files with 95 additions and 30 deletions

View File

@@ -3,7 +3,6 @@
using namespace smoke_api;
// TODO: Hook?
VIRTUAL(bool) IClientUser_IsSubscribedApp(PARAMS(AppId_t app_id)) { // NOLINT(misc-unused-parameters)
return steam_apps::IsDlcUnlocked(__func__, 0, app_id);
}