Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bevy-cheatbook/bevy-cheatbook
/ PlayerName
Class
PlayerName
src/code013/src/programming/bundle.rs:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
struct PlayerXp(u32);
10
#[derive(Component)]
11
struct PlayerName(String);
12
#[derive(Component)]
13
struct Enemy;
14
#[derive(Component)]
Callers
2
default
Method · 0.70
setup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected