summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/pacman.proto')
-rw-r--r--pacman-c++/pacman.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto
index ae8f966..129d07f 100644
--- a/pacman-c++/pacman.proto
+++ b/pacman-c++/pacman.proto
@@ -6,6 +6,12 @@ message KeyPressUpdate {
6 6
7message MapUpdate { 7message MapUpdate {
8 repeated uint32 field = 1 [packed=true]; 8 repeated uint32 field = 1 [packed=true];
9 required uint32 round_points_red = 2;
10 required uint32 round_points_green = 3;
11 required uint32 round_points_blue = 4;
12 required uint32 game_points_red = 5;
13 required uint32 game_points_green = 6;
14 required uint32 game_points_blue = 7;
9} 15}
10 16
11message WhoAmI { 17message WhoAmI {