diff options
| author | Fuwn <[email protected]> | 2024-06-12 06:53:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 06:53:52 -0700 |
| commit | f1d1e303a2ff0cd81001eb0283eeb3741c126588 (patch) | |
| tree | f1fdb613b7a7a5c57eeb7c6480d1cdae6c372799 /RedirectCmd.proto | |
| parent | refactor: clearer network protobuf names (diff) | |
| download | worldserver-protobufs-f1d1e303a2ff0cd81001eb0283eeb3741c126588.tar.xz worldserver-protobufs-f1d1e303a2ff0cd81001eb0283eeb3741c126588.zip | |
refactor: clearer comamnd names
Diffstat (limited to 'RedirectCmd.proto')
| -rw-r--r-- | RedirectCmd.proto | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/RedirectCmd.proto b/RedirectCmd.proto deleted file mode 100644 index 60f55c4..0000000 --- a/RedirectCmd.proto +++ /dev/null @@ -1,12 +0,0 @@ -syntax = "proto3"; - -package whirl; - -message RedirectCmd { - int32 room_number = 1; - int32 ip_1 = 2; - int32 ip_2 = 3; - int32 ip_3 = 4; - int32 ip_4 = 5; - int32 port = 6; -} |