Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bevy-cheatbook/bevy-cheatbook
/ CurrentModifier
Class
CurrentModifier
src/code014/src/programming/bundle.rs:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
struct LowHpMarker;
20
#[derive(Component)]
21
struct CurrentModifier;
22
#[derive(Component)]
23
struct PlayerPendingAction;
24
#[derive(Component)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected