MCPcopy Create free account
hub / github.com/DarkZek/RustCraft / button_system

Function button_system

client/src/systems/ui/main_menu.rs:61–84  ·  view source on GitHub ↗
(
    mut interaction_query: Query<
        (&Interaction, &mut BackgroundColor),
        (Changed<Interaction>, With<Button>),
    >,
    mut connection_intent: EventWriter<ConnectToServerIntent>
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected