diff options
Diffstat (limited to 'mumlib/src/command.rs')
| -rw-r--r-- | mumlib/src/command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index d2e8477..fc08ddf 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -31,6 +31,7 @@ pub enum Command { UserVolumeSet(String, f32), } +//TODO none-response #[derive(Debug, Deserialize, Serialize)] pub enum CommandResponse { ChannelList { |
