bevy_commandify 0.3.0

A macro for creating bevy commands
Documentation
1
2
3
4
use bevy::prelude::*;

#[derive(Resource, Component, Debug, Deref, DerefMut)]
pub struct TestUsize(pub usize);