IRSMsoso
IRSMsoso
Published version: 0.17.0
Some of these are pretty specific and my fall outside the scope of this project/may be implemented I just haven't found them yet, buuut... I would love easier ways to...
Also, I've used the crate [Hodaun](https://github.com/kaikalii/hodaun) as an alternative to Rodio in the past for some of the features it has, mostly automation of parameters. Could be a good place...
Hmm ok. I do want some bevy thing to happen when the lobby is created successfully (move to a different `State`, update UI, store the `LobbyId` for later, etc.). Right...
Also, this system in `lib.rs` looks like the *only* thing it's doing is exposing `steamworks::CallbackResult` via the `SteamworksEvent`. That's the point, no? ```rust fn run_steam_callbacks(client: Res, mut output: EventWriter) {...