aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/context/command_context.rs
blob: ddbb447e85fa2cac8c88011d752c7f2374b379c7 (plain)
1
2
3
pub struct CommandContext<S> {
    source: S,
}