summaryrefslogtreecommitdiffstats
path: root/pacman-c++/proto
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/proto')
-rw-r--r--pacman-c++/proto/pacman.proto4
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 @@
1package ProtoBuf; 1package ProtoBuf;
2 2
3message KeyPressUpdate { 3message ClientUpdate {
4 required uint32 newKey = 1; 4 required uint32 new_direction = 1;
5} 5}
6 6
7message Init { 7message Init {