MCPcopy 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

19struct LowHpMarker;
20#[derive(Component)]
21struct CurrentModifier;
22#[derive(Component)]
23struct PlayerPendingAction;
24#[derive(Component)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected