mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 10:03:55 -07:00
Sort pb cmake and add comments to proto files (#6163)
* sort cmake * copy over comments * clean up comments
This commit is contained in:
parent
f0c3860032
commit
3501ee9a9d
12 changed files with 219 additions and 13 deletions
|
|
@ -1,4 +1,6 @@
|
|||
syntax = "proto2";
|
||||
|
||||
// Sent every time something happens in the game to update the client's state
|
||||
message GameEvent {
|
||||
enum GameEventType {
|
||||
JOIN = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue