diff options
| author | Fuwn <[email protected]> | 2024-06-12 07:04:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 07:04:13 -0700 |
| commit | 5881e785ace908f669f0d3136bdbbdfe5b500bdc (patch) | |
| tree | 996d8e74567e7f6fa2fe6624b68ea177b5cccc90 /obj_id.proto | |
| parent | refactor: use snake case (style guide) (diff) | |
| download | worldserver-protobufs-5881e785ace908f669f0d3136bdbbdfe5b500bdc.tar.xz worldserver-protobufs-5881e785ace908f669f0d3136bdbbdfe5b500bdc.zip | |
refactor: rename ObjID
Diffstat (limited to 'obj_id.proto')
| -rw-r--r-- | obj_id.proto | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/obj_id.proto b/obj_id.proto deleted file mode 100644 index bc8aa7e..0000000 --- a/obj_id.proto +++ /dev/null @@ -1,8 +0,0 @@ -syntax = "proto3"; - -package whirl; - -message ObjID { - int32 short_object_id = 1; - string long_object_id = 2; -}
\ No newline at end of file |