steamworks-rs
steamworks-rs copied to clipboard
Access the `networking_sockets` apis from a `Server` struct
Hi,
I was wondering how I could access the networking_sockets
functions from the Server side.
- there is no
networking_sockets()
function on theServer
struct - there seems to be no way of creating a
Client<ServerManager>
struct
Is it just that they are missing, in which case I can open a PR?