diff options
| author | Fuwn <[email protected]> | 2024-06-12 09:09:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 09:09:58 -0700 |
| commit | dca92863146b9d65689f60db1d3c2887eeb3e7bb (patch) | |
| tree | 69be5a9645390793e6faccd70c0ba257657cc58b /commands/prop_command.proto | |
| parent | feat(test.py): larger test suite (diff) | |
| download | worldserver-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.proto | 9 |
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 |