storeUserStats method

SteamApiCall storeUserStats(
  1. CSteamId steamIdUser
)

Implementation

SteamApiCall storeUserStats(
  CSteamId steamIdUser,
) =>
    _storeUserStats.call(
      this,
      steamIdUser,
    );