diff options
Diffstat (limited to 'pacman-c++/pacman.proto')
| -rw-r--r-- | pacman-c++/pacman.proto | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto index 51bb239..8e088e8 100644 --- a/pacman-c++/pacman.proto +++ b/pacman-c++/pacman.proto | |||
| @@ -9,13 +9,10 @@ message Init { | |||
| 9 | required uint32 maxplayers = 2; | 9 | required uint32 maxplayers = 2; |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | message MapInit { | ||
| 13 | repeated uint32 field = 1 [packed=true]; | ||
| 14 | } | ||
| 15 | |||
| 16 | message MapUpdate { | 12 | message MapUpdate { |
| 17 | repeated uint32 field = 1 [packed=true]; | 13 | repeated uint32 field = 1 [packed=true]; |
| 18 | repeated uint32 round_points = 2; | 14 | repeated uint32 round_points = 2; |
| 19 | repeated uint32 game_points = 3; | 15 | repeated uint32 game_points = 3; |
| 16 | repeated uint32 eating_order = 4; | ||
| 20 | } | 17 | } |
| 21 | 18 | ||
