MCPcopy 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

5use crate::EventResetLevel;
6
7pub struct PlayerScore(pub i32);
8
9pub fn score_reset_system(
10 mut events: EventReader<EventResetLevel>,

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected