mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 15:32:15 -07:00
copy over comments
This commit is contained in:
parent
97b5e9d890
commit
ccca83a699
11 changed files with 203 additions and 0 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