diff options
Diffstat (limited to 'pacman-c++/pacman.proto')
| -rw-r--r-- | pacman-c++/pacman.proto | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto deleted file mode 100644 index 8e088e8..0000000 --- a/pacman-c++/pacman.proto +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | package ProtoBuf; | ||
| 2 | |||
| 3 | message KeyPressUpdate { | ||
| 4 | required uint32 newKey = 1; | ||
| 5 | } | ||
| 6 | |||
| 7 | message Init { | ||
| 8 | required uint32 color = 1; | ||
| 9 | required uint32 maxplayers = 2; | ||
| 10 | } | ||
| 11 | |||
| 12 | message MapUpdate { | ||
| 13 | repeated uint32 field = 1 [packed=true]; | ||
| 14 | repeated uint32 round_points = 2; | ||
| 15 | repeated uint32 game_points = 3; | ||
| 16 | repeated uint32 eating_order = 4; | ||
| 17 | } | ||
| 18 | |||
