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 a0673f4..b27d3ca 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -9,6 +9,7 @@ pub enum Command { channel_identifier: String, }, ChannelList, + InputVolumeSet(f32), ServerConnect { host: String, port: u16, |
