computeNewPlayerCompatibility method

SteamApiCall computeNewPlayerCompatibility(
  1. CSteamId steamIdNewPlayer
)

Implementation

SteamApiCall computeNewPlayerCompatibility(
  CSteamId steamIdNewPlayer,
) =>
    _computeNewPlayerCompatibility.call(
      this,
      steamIdNewPlayer,
    );