aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/arguments/mod.rs
blob: dec392976bb64b4e70ce44eb29efcb12f79c57ec (plain)
1
2
3
4
mod argument_type;
pub mod integer_argument_type;

pub use argument_type::ArgumentType;