summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-10 00:55:13 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-10 00:55:13 +0200
commitda481762bded855ffd709114ee3a16ec4dbaaeb6 (patch)
tree10f323140f11280f5185c19666a8412199613e0e /pacman-c++/pacman.proto
parent5b4ddc78484448886135e031bee3d423e2fd3b83 (diff)
downloadfoop-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.proto4
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 {
7message MapUpdate { 7message MapUpdate {
8 repeated uint32 field = 1 [packed=true]; 8 repeated uint32 field = 1 [packed=true];
9} 9}
10
11message WhoAmI {
12 required uint32 color = 1;
13}