Hi,
Would it be possible to have an interface to grab the server that someone is connected to with the green "Join Game" button.
<div class="profile_in_game persona in-game">
<div class="profile_in_game_header">Currently In-Game</div>
<div class="profile_in_game_name">
Rust </div>
<div class="profile_in_game_joingame">
<a href="steam://connect/1.2.3.4:12345" class="btn_green_white_innerfade btn_small_thin">
<span>Join Game</span>
</a>
</div>
</div>
Above is the section of code that contains the button, I'm not sure if this is out of scope of this library.
Thanks!