diff options
| author | mat <github@matdoes.dev> | 2022-01-09 14:50:41 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-01-09 14:50:41 -0600 |
| commit | 8331851d972b42b68e1fb64e2ec9faef6c02be32 (patch) | |
| tree | 35f8a0c9175a10f626835f7930660ef7e7415acf /azalea-brigadier/src/context/command_context.rs | |
| parent | d959fb2d0cc4d8ad97eae86666876e22b2e50613 (diff) | |
| download | azalea-drasl-8331851d972b42b68e1fb64e2ec9faef6c02be32.tar.xz | |
string reader
Diffstat (limited to 'azalea-brigadier/src/context/command_context.rs')
| -rw-r--r-- | azalea-brigadier/src/context/command_context.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-brigadier/src/context/command_context.rs b/azalea-brigadier/src/context/command_context.rs index e69de29b..ddbb447e 100644 --- a/azalea-brigadier/src/context/command_context.rs +++ b/azalea-brigadier/src/context/command_context.rs @@ -0,0 +1,3 @@ +pub struct CommandContext<S> { + source: S, +} |
