diff options
Diffstat (limited to 'pacman-c++/pacman.proto')
| -rw-r--r-- | pacman-c++/pacman.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto new file mode 100644 index 0000000..39c68f7 --- /dev/null +++ b/pacman-c++/pacman.proto | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | message KeyPressUpdate { | ||
| 2 | required uint32 newKey = 1; | ||
| 3 | } | ||
| 4 | |||
| 5 | message MapUpdate { | ||
| 6 | repeated uint32 field = 1 [packed=true]; | ||
| 7 | } | ||
