aboutsummaryrefslogtreecommitdiff
path: root/commands/prop_command.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 09:09:58 -0700
committerFuwn <[email protected]>2024-06-12 09:09:58 -0700
commitdca92863146b9d65689f60db1d3c2887eeb3e7bb (patch)
tree69be5a9645390793e6faccd70c0ba257657cc58b /commands/prop_command.proto
parentfeat(test.py): larger test suite (diff)
downloadworldserver-protobufs-dca92863146b9d65689f60db1d3c2887eeb3e7bb.tar.xz
worldserver-protobufs-dca92863146b9d65689f60db1d3c2887eeb3e7bb.zip
refactor: rename property commands
Diffstat (limited to 'commands/prop_command.proto')
-rw-r--r--commands/prop_command.proto9
1 files changed, 0 insertions, 9 deletions
diff --git a/commands/prop_command.proto b/commands/prop_command.proto
deleted file mode 100644
index c847c92..0000000
--- a/commands/prop_command.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package whirl;
-
-import "old_property_list.proto";
-
-message PropCommand {
- OldPropertyList property_list = 1;
-} \ No newline at end of file