summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
blob: ae8f9663c56f9646910dd5d68ad1107cac6fd347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package ProtoBuf;

message KeyPressUpdate {
	required uint32 newKey = 1;
}

message MapUpdate {
	repeated uint32 field = 1 [packed=true];
}

message WhoAmI {
	required uint32 color = 1;
}