diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-10 01:31:55 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-10 01:31:55 +0200 |
| commit | 0f111967d746b5d9d74f62ad5f1415ab156ff449 (patch) | |
| tree | 52b591bdb5d81c70cf49445dd71b26417544949c /pacman-c++/pacman.proto | |
| parent | 18ca65a550c25ed69dcf8b75e7b8862458e11025 (diff) | |
| download | foop-0f111967d746b5d9d74f62ad5f1415ab156ff449.tar.gz foop-0f111967d746b5d9d74f62ad5f1415ab156ff449.tar.bz2 foop-0f111967d746b5d9d74f62ad5f1415ab156ff449.zip | |
transmit game score
Diffstat (limited to 'pacman-c++/pacman.proto')
| -rw-r--r-- | pacman-c++/pacman.proto | 6 |
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 | ||
| 7 | message MapUpdate { | 7 | message 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 | ||
| 11 | message WhoAmI { | 17 | message WhoAmI { |
