diff options
Diffstat (limited to 'pacman-c++/proto/pacman.proto')
| -rw-r--r-- | pacman-c++/proto/pacman.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/proto/pacman.proto b/pacman-c++/proto/pacman.proto index 8e088e8..cc4aabc 100644 --- a/pacman-c++/proto/pacman.proto +++ b/pacman-c++/proto/pacman.proto | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | package ProtoBuf; | 1 | package ProtoBuf; |
| 2 | 2 | ||
| 3 | message KeyPressUpdate { | 3 | message ClientUpdate { |
| 4 | required uint32 newKey = 1; | 4 | required uint32 new_direction = 1; |
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | message Init { | 7 | message Init { |
