diff options
Diffstat (limited to 'pacman-c++/pacman.proto')
| -rw-r--r-- | pacman-c++/pacman.proto | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto index 0472697..40c7af0 100644 --- a/pacman-c++/pacman.proto +++ b/pacman-c++/pacman.proto | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | package ProtoBuf; | 1 | package ProtoBuf; |
| 2 | 2 | ||
| 3 | message KeyPressUpdate { | 3 | message KeyPressUpdate { |
| 4 | required uint32 newKey = 1; | 4 | required uint32 newKey = 1; |
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | //TODO move points inside array | 7 | //TODO move points inside array |
| 8 | message MapUpdate { | 8 | message MapUpdate { |
| 9 | repeated uint32 field = 1 [packed=true]; | 9 | repeated uint32 field = 1 [packed=true]; |
| 10 | repeated uint32 round_points = 2; | 10 | repeated uint32 round_points = 2; |
| 11 | repeated uint32 game_points = 3; | 11 | repeated uint32 game_points = 3; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | message WhoAmI { | 14 | message WhoAmI { |
| 15 | required uint32 color = 1; | 15 | required uint32 color = 1; |
| 16 | } | 16 | } |
