diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-10 00:55:13 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-10 00:55:13 +0200 |
| commit | da481762bded855ffd709114ee3a16ec4dbaaeb6 (patch) | |
| tree | 10f323140f11280f5185c19666a8412199613e0e /pacman-c++/pacman.proto | |
| parent | 5b4ddc78484448886135e031bee3d423e2fd3b83 (diff) | |
| download | foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.gz foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.bz2 foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.zip | |
Tell player about their color
minor cleanup
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 | } | ||
