From 8efcb39ada60dc1ec7362ccb979df2a9445525ea Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 06:00:03 -0700 Subject: feat: initial commit --- TeleportCmd.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TeleportCmd.proto (limited to 'TeleportCmd.proto') diff --git a/TeleportCmd.proto b/TeleportCmd.proto new file mode 100644 index 0000000..554fd10 --- /dev/null +++ b/TeleportCmd.proto @@ -0,0 +1,13 @@ +syntax = "proto3"; + +package whirl; + +message TeleportCmd { + int32 room_id = 1; + int32 exit_type = 2; + int32 entry_type = 3; + int32 x = 4; + int32 y = 5; + int32 z = 6; + int32 direction = 7; +} -- cgit v1.2.3