Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
121
pub struct PlayerScoreBoard;
122
123
#[derive(Component, Clone)]
124
pub struct DeathPointsAwarded {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected