MCPcopy 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

9struct PlayerXp(u32);
10#[derive(Component)]
11struct PlayerName(String);
12#[derive(Component)]
13struct Enemy;
14#[derive(Component)]

Callers 2

defaultMethod · 0.70
setupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected