bevy_commandify 0.3.0

A macro for creating bevy commands
Documentation
1
2
3
4
5
6
use bevy_commandify::*;

#[command(fail)]
fn foo(world: &mut World) { }

fn main() { }