mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-07 23:06:33 -05:00
Added RequestWithContext & ControlWithContext
This commit is contained in:
@@ -32,6 +32,8 @@ enum class CommandType : u32 {
|
||||
Close = 2,
|
||||
Request = 4,
|
||||
Control = 5,
|
||||
RequestWithContext = 6,
|
||||
ControlWithContext = 7,
|
||||
Unspecified,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user