steamworks-rs
steamworks-rs copied to clipboard
Why are certain steamworks callbacks private ?
I'm writing a bevy implementation of steamworks, and I need to access the callbacks, but some of them are private like NetworkingMessagesSessionRequest.
So I wonder, is there a reason they are ? If not could they be made public ? This might be a stupid Issue I don't know much about anything.