MCPcopy Create free account
hub / github.com/LarsDu/StarRust / PlayerScoreBoard

Class PlayerScoreBoard

src/game/components.rs:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119// The following gets attached to the scor
120#[derive(Component)]
121pub struct PlayerScoreBoard;
122
123#[derive(Component, Clone)]
124pub struct DeathPointsAwarded {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected