From da481762bded855ffd709114ee3a16ec4dbaaeb6 Mon Sep 17 00:00:00 2001 From: totycro Date: Sun, 10 Apr 2011 00:55:13 +0200 Subject: Tell player about their color minor cleanup --- pacman-c++/pacman.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pacman-c++/pacman.proto') 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 { message MapUpdate { repeated uint32 field = 1 [packed=true]; } + +message WhoAmI { + required uint32 color = 1; +} -- cgit v1.2.3