1
0
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:
David Marcec
2018-05-17 14:03:52 -07:00
parent 1b5c02fc37
commit fd86cdb2e2
3 changed files with 7 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ enum class CommandType : u32 {
Close = 2,
Request = 4,
Control = 5,
RequestWithContext = 6,
ControlWithContext = 7,
Unspecified,
};