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

message KeyPressUpdate {
	required uint32 newKey = 1;
}

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