aboutsummaryrefslogtreecommitdiff
path: root/src/server_dev/cmd/action.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:26:53 -0700
committerFuwn <[email protected]>2021-04-26 13:26:53 -0700
commit7318396b45a64ed1336d50a5694303e849e0bfd4 (patch)
tree362223bfc517989590918a1ff5b32e1f02ab4165 /src/server_dev/cmd/action.rs
parentetc: Prepend license identifier to *most* files (diff)
downloadwhirl-7318396b45a64ed1336d50a5694303e849e0bfd4.tar.xz
whirl-7318396b45a64ed1336d50a5694303e849e0bfd4.zip
etc: Remove legacy server module
Diffstat (limited to 'src/server_dev/cmd/action.rs')
-rw-r--r--src/server_dev/cmd/action.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server_dev/cmd/action.rs b/src/server_dev/cmd/action.rs
new file mode 100644
index 0000000..1cf9086
--- /dev/null
+++ b/src/server_dev/cmd/action.rs
@@ -0,0 +1,6 @@
+pub fn create_action_command() -> [u8; 18] {
+ [
+ 0x12, 0x01, 0x11, 0x00, 0x05, 0x54, 0x52, 0x41, 0x44, 0x45, 0x07, 0x26, 0x7c, 0x2b, 0x69, 0x6e,
+ 0x76, 0x3e,
+ ]
+}