aboutsummaryrefslogtreecommitdiff
path: root/property_set_command.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 07:10:28 -0700
committerFuwn <[email protected]>2024-06-12 07:10:28 -0700
commitebd9a84b39c9b5e7004e4ba96b5c900c949e24e5 (patch)
tree4e87fe1120432457d91dfa7d30b0fe6058a89d2a /property_set_command.proto
parentrefactor: rename ObjID (diff)
downloadworldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.tar.xz
worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.zip
refactor: move commands to command module
Diffstat (limited to 'property_set_command.proto')
-rw-r--r--property_set_command.proto10
1 files changed, 0 insertions, 10 deletions
diff --git a/property_set_command.proto b/property_set_command.proto
deleted file mode 100644
index df6b7bc..0000000
--- a/property_set_command.proto
+++ /dev/null
@@ -1,10 +0,0 @@
-syntax = "proto3";
-
-package whirl;
-
-import "property_list.proto";
-
-message PropertySetCommand {
- string from_user = 1;
- PropertyList property_list = 2;
-}