diff options
| author | Fuwn <[email protected]> | 2024-06-12 07:02:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 07:02:50 -0700 |
| commit | eb78b1a9592d8bd1234beb18fe8141ef705d97ee (patch) | |
| tree | 2aa951640d15871e5ac17540a984cc3fb0e421a6 /NetworkProperty.proto | |
| parent | refactor: clearer comamnd names (diff) | |
| download | worldserver-protobufs-eb78b1a9592d8bd1234beb18fe8141ef705d97ee.tar.xz worldserver-protobufs-eb78b1a9592d8bd1234beb18fe8141ef705d97ee.zip | |
refactor: use snake case (style guide)
Diffstat (limited to 'NetworkProperty.proto')
| -rw-r--r-- | NetworkProperty.proto | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/NetworkProperty.proto b/NetworkProperty.proto deleted file mode 100644 index 4f30762..0000000 --- a/NetworkProperty.proto +++ /dev/null @@ -1,8 +0,0 @@ -syntax = "proto3"; - -package whirl; - -message NetworkProperty { - int32 property_id = 1; - string value = 2; -} |