aboutsummaryrefslogtreecommitdiff
path: root/AppInitCmd.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 06:53:52 -0700
committerFuwn <[email protected]>2024-06-12 06:53:52 -0700
commitf1d1e303a2ff0cd81001eb0283eeb3741c126588 (patch)
treef1fdb613b7a7a5c57eeb7c6480d1cdae6c372799 /AppInitCmd.proto
parentrefactor: clearer network protobuf names (diff)
downloadworldserver-protobufs-f1d1e303a2ff0cd81001eb0283eeb3741c126588.tar.xz
worldserver-protobufs-f1d1e303a2ff0cd81001eb0283eeb3741c126588.zip
refactor: clearer comamnd names
Diffstat (limited to 'AppInitCmd.proto')
-rw-r--r--AppInitCmd.proto9
1 files changed, 0 insertions, 9 deletions
diff --git a/AppInitCmd.proto b/AppInitCmd.proto
deleted file mode 100644
index d7c3bb9..0000000
--- a/AppInitCmd.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package whirl;
-
-import "NetworkProperty.proto";
-
-message AppInitCmd {
- repeated NetworkProperty property_list = 2;
-} \ No newline at end of file