summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
diff options
context:
space:
mode:
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}