Right now in order to access to ClientId on client I need to interact with NetcodeClientTransport::client_id. It would be convenient to being able to obtain CleintId in a transport-independent way.
Could you provide something like RenetClient::client_id by also storing it inside RenetClient?
Right now in order to access to
ClientId
on client I need to interact withNetcodeClientTransport::client_id
. It would be convenient to being able to obtainCleintId
in a transport-independent way. Could you provide something likeRenetClient::client_id
by also storing it insideRenetClient
?