Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanTanDev/runity
/ PlayerScore
Class
PlayerScore
rust/game/src/score.rs:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
use crate::EventResetLevel;
6
7
pub struct PlayerScore(pub i32);
8
9
pub fn score_reset_system(
10
mut events: EventReader<EventResetLevel>,
Callers
1
build
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected