This commit is contained in:
tooomm 2016-07-10 11:05:54 +02:00 committed by GitHub
parent a11e57503e
commit 8ac1469fdb

View file

@ -139,7 +139,7 @@ The migration file should include the sql statements needed to migrate the datab
### Protocol buffer ###
Cockatrice and Servatrice exchange data using binary messages. The syntax of these messages is defined in the `proto` files in the `common/pb` folder. These files defines the way data contained in each message is serialized using Google's [protocol buffer](https://developers.google.com/protocol-buffers/).
Any change to the `proto` file should be taken with caution and tested intensively before being merged, becaus a change to the protocol could make new clients incompatible to the old server and viceversa.
Any change to the `proto` file should be taken with caution and tested intensively before being merged, becaus a change to the protocol could make new clients incompatible to the old server and vice versa.
### Translations: introduction ###