summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
blob: 39c68f7b36c94ffcd1179cb333a95789749ab29d (plain)
1
2
3
4
5
6
7
message KeyPressUpdate {
	required uint32 newKey = 1;
}

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