Expand description
Structs§
- Jornet
Plugin - Bevy Plugin handling communications with the Jornet server.
- Leaderboard
- Leaderboard resource, used to interact with Jornet leaderboard.
- Player
- A player, as returned from the server
- Score
- A score from a leaderboard
Enums§
- Jornet
Event - Bevy Event that is sent when calls to Jornet finish.
Functions§
- done_
refreshing_ leaderboard - System to handle refreshing the
Leaderboard
resource when new data is available. It is automatically added by theJornetPlugin
in stageCoreStage::Update
.