diff options
Diffstat (limited to 'pacman-c++/pacman.proto')
| -rw-r--r-- | pacman-c++/pacman.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto index 7a582df..ae8f966 100644 --- a/pacman-c++/pacman.proto +++ b/pacman-c++/pacman.proto | |||
| @@ -7,3 +7,7 @@ message KeyPressUpdate { | |||
| 7 | message MapUpdate { | 7 | message MapUpdate { |
| 8 | repeated uint32 field = 1 [packed=true]; | 8 | repeated uint32 field = 1 [packed=true]; |
| 9 | } | 9 | } |
| 10 | |||
| 11 | message WhoAmI { | ||
| 12 | required uint32 color = 1; | ||
| 13 | } | ||
